diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-15 22:03:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-16 13:50:43 +0300 |
commit | 23034a47937c109590eb60e4ee0efa32a8c9e45e (patch) | |
tree | 844c716da20752dcbb0aead649011f54d8062635 /src/gui/windows/whoisonline.cpp | |
parent | 4638f969d4206ba8dd857eb6d2758106cc5268df (diff) | |
download | plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.gz plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.bz2 plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.xz plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.zip |
Remove useless includes from cpp files
Diffstat (limited to 'src/gui/windows/whoisonline.cpp')
-rw-r--r-- | src/gui/windows/whoisonline.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/windows/whoisonline.cpp b/src/gui/windows/whoisonline.cpp index 7772f04b3..88e4441be 100644 --- a/src/gui/windows/whoisonline.cpp +++ b/src/gui/windows/whoisonline.cpp @@ -26,7 +26,9 @@ #include "configuration.h" #include "guild.h" #include "party.h" +#ifdef TMWA_SUPPORT #include "settings.h" +#endif #include "gui/onlineplayer.h" #include "gui/popupmanager.h" @@ -48,7 +50,9 @@ #include "enums/net/packettypes.h" +#ifdef TMWA_SUPPORT #include "net/download.h" +#endif #include "net/packetlimiter.h" #include "net/playerhandler.h" #include "net/serverfeatures.h" @@ -56,10 +60,6 @@ #include "utils/gettext.h" #include "utils/sdlhelper.h" -#include <SDL_thread.h> -#include <vector> -#include <algorithm> - // Curl should be included after Guichan to avoid Windows redefinitions #include <curl/curl.h> |