Fix linter issues
parent
242477e3ee
commit
eac74c23ec
|
@ -33,7 +33,6 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
#include <boost/algorithm/string.hpp>
|
#include <boost/algorithm/string.hpp>
|
||||||
#include "modman.h"
|
|
||||||
|
|
||||||
using namespace boost::filesystem;
|
using namespace boost::filesystem;
|
||||||
|
|
||||||
|
|
|
@ -23,11 +23,6 @@
|
||||||
|
|
||||||
#include "ui/screen/screen.h"
|
#include "ui/screen/screen.h"
|
||||||
|
|
||||||
#include "level/level_category.h"
|
|
||||||
|
|
||||||
#include <map>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace Ui
|
namespace Ui
|
||||||
{
|
{
|
||||||
class CMainDialog;
|
class CMainDialog;
|
||||||
|
|
Loading…
Reference in New Issue