Removed some unused headers

This commit is contained in:
2015-06-20 13:48:57 +03:00
parent aa1a2101ed
commit d2635ba659

View File

@@ -1,21 +1,9 @@
#include <map>
#include <set>
#include <vector>
#include <algorithm>
#include <ctime>
#include <wx/wx.h> #include <wx/wx.h>
#include <wx/wfstream.h>
#include <wx/textfile.h>
#include <wx/fileconf.h> #include <wx/fileconf.h>
#include "fsettings.hpp" #include "fsettings.hpp"
#include "fmain.hpp" #include "fmain.hpp"
#include "crossgen.hpp"
#include "crossexport.hpp"
#include "settingsconsts.hpp"
class MyApp: public wxApp { class MyApp: public wxApp {
public: public:
bool OnInit(); bool OnInit();