diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
commit | 10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4 (patch) | |
tree | 111df89896898fd8e5393c78fc1d0c827a43a2c0 /src/gui/windows/charselectdialog.cpp | |
parent | 9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b (diff) | |
download | plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.gz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.bz2 plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.xz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.zip |
Remove useless includes.
Diffstat (limited to 'src/gui/windows/charselectdialog.cpp')
-rw-r--r-- | src/gui/windows/charselectdialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index 5c12c5441..66460f4e7 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -34,7 +34,6 @@ #include "gui/windows/charcreatedialog.h" #include "gui/windows/chardeleteconfirm.h" -#include "gui/windows/confirmdialog.h" #include "gui/windows/logindialog.h" #include "gui/windows/okdialog.h" #include "gui/windows/textdialog.h" @@ -44,7 +43,6 @@ #include "gui/widgets/characterviewnormal.h" #include "gui/widgets/characterviewsmall.h" #include "gui/widgets/containerplacer.h" -#include "gui/widgets/layoutcell.h" #include "net/logindata.h" #include "net/loginhandler.h" |