diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:30:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:30:57 +0300 |
commit | 478b08e4104e21d4c4e76b76534d3f177df94209 (patch) | |
tree | 9f4a45a150eac1ee96ff5695c5863a794649cbeb /src/gui/widgets/tabs | |
parent | 366d596688506c70cbc510392be7f1224e585185 (diff) | |
download | plus-478b08e4104e21d4c4e76b76534d3f177df94209.tar.gz plus-478b08e4104e21d4c4e76b76534d3f177df94209.tar.bz2 plus-478b08e4104e21d4c4e76b76534d3f177df94209.tar.xz plus-478b08e4104e21d4c4e76b76534d3f177df94209.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/chat/chattab.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/widgets/tabs/chat/chattab.cpp b/src/gui/widgets/tabs/chat/chattab.cpp index e91eda843..e3af82d2a 100644 --- a/src/gui/widgets/tabs/chat/chattab.cpp +++ b/src/gui/widgets/tabs/chat/chattab.cpp @@ -46,10 +46,6 @@ #include "net/chathandler.h" #include "net/serverfeatures.h" -#include "resources/iteminfo.h" - -#include "resources/db/itemdb.h" - #include "utils/chatutils.h" #include "utils/delete2.h" #include "utils/gettext.h" |