Removed unused boost includes

dev
Tomasz Kapuściński 2023-08-15 02:55:33 +02:00
parent 0ab9ae4b6e
commit 3e06584956
5 changed files with 0 additions and 8 deletions

View File

@ -28,7 +28,6 @@
#include <sstream>
#include <iostream>
#include <iomanip>
#include <boost/algorithm/string/replace.hpp>
namespace CBot
{

View File

@ -26,8 +26,6 @@
#include "graphics/model/model_io_exception.h"
#include "graphics/model/model_io_structs.h"
#include <boost/algorithm/string.hpp>
using namespace IOUtils;
namespace Gfx::ModelIO

View File

@ -38,8 +38,6 @@
#include <set>
#include <regex>
#include <boost/algorithm/string/replace.hpp>
CLevelParser::CLevelParser()
{
m_filename = "";

View File

@ -33,8 +33,6 @@
#include "level/parser/parser.h"
#include <boost/algorithm/string.hpp>
CLevelParserParam::CLevelParserParam(std::string name, std::string value)
: m_name(name)
, m_value(value)

View File

@ -45,7 +45,6 @@
#include "ui/controls/scroll.h"
#include <SDL.h>
#include <boost/algorithm/string.hpp>
#include <cstring>