summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-15 22:03:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-16 13:50:43 +0300
commit23034a47937c109590eb60e4ee0efa32a8c9e45e (patch)
tree844c716da20752dcbb0aead649011f54d8062635 /src/game.cpp
parent4638f969d4206ba8dd857eb6d2758106cc5268df (diff)
downloadplus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.gz
plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.bz2
plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.xz
plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.zip
Remove useless includes from cpp files
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/game.cpp b/src/game.cpp
index a44c793c8..e3360ac77 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -22,8 +22,6 @@
#include "game.h"
-#include "main.h"
-
#include "actormanager.h"
#include "animatedsprite.h"
#include "client.h"
@@ -33,7 +31,9 @@
#include "emoteshortcut.h"
#include "eventsmanager.h"
#include "gamemodifiers.h"
+#ifdef TMWA_SUPPORT
#include "guildmanager.h"
+#endif
#include "itemshortcut.h"
#include "soundmanager.h"
#include "settings.h"
@@ -62,7 +62,9 @@
#include "gui/popups/popupmenu.h"
+#ifdef EATHENA_SUPPORT
#include "gui/windows/bankwindow.h"
+#endif
#include "gui/windows/botcheckerwindow.h"
#include "gui/windows/chatwindow.h"
#include "gui/windows/debugwindow.h"
@@ -120,9 +122,6 @@
#include "listeners/errorlistener.h"
-#include <sstream>
-#include <string>
-
#ifdef USE_MUMBLE
#include "mumblemanager.h"
#endif