diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-11 22:10:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-11 22:10:04 +0300 |
commit | beefccedf7c0341014919ce4dfbdb4712412ab02 (patch) | |
tree | 133cabe9c6a299326a73fab279992a6281ebc31d /src/gui/botcheckerwindow.cpp | |
parent | 8dfb59db0b8df1b5b2640c37fa1fe0d87daf3735 (diff) | |
download | plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.gz plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.bz2 plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.xz plus-beefccedf7c0341014919ce4dfbdb4712412ab02.zip |
remove unused includes from gui files.
Diffstat (limited to 'src/gui/botcheckerwindow.cpp')
-rw-r--r-- | src/gui/botcheckerwindow.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/gui/botcheckerwindow.cpp b/src/gui/botcheckerwindow.cpp index b378a22ba..2ce3a192b 100644 --- a/src/gui/botcheckerwindow.cpp +++ b/src/gui/botcheckerwindow.cpp @@ -22,19 +22,9 @@ #include "gui/botcheckerwindow.h" -#include <SDL.h> -#include <SDL_thread.h> -#include <vector> -#include <algorithm> - -#include "gui/chatwindow.h" - #include "gui/widgets/button.h" -#include "gui/widgets/chattab.h" #include "gui/widgets/scrollarea.h" #include "gui/widgets/label.h" -#include "gui/widgets/layout.h" -#include "gui/widgets/layouthelper.h" #include "gui/widgets/guitable.h" #include "actorspritemanager.h" @@ -44,6 +34,8 @@ #include "utils/gettext.h" +#include <vector> + #include "debug.h" const int COLUMNS_NR = 5; // name plus listbox |