Removed unused boost includes
parent
0ab9ae4b6e
commit
3e06584956
|
@ -28,7 +28,6 @@
|
|||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
namespace CBot
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include <set>
|
||||
#include <regex>
|
||||
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
CLevelParser::CLevelParser()
|
||||
{
|
||||
m_filename = "";
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
#include "ui/controls/scroll.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
|
Loading…
Reference in New Issue