summaryrefslogtreecommitdiff
path: root/src/gui/textcommandeditor.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-08 20:31:41 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-08 20:32:40 +0300
commit6315230e137d62bd0950192e111d6f06843bceea (patch)
tree946622767d07e5d553a8fa4ac983ee1809ef1950 /src/gui/textcommandeditor.cpp
parent18561ddfcb74fe0e079b38213c4bee138ed440f3 (diff)
downloadplus-6315230e137d62bd0950192e111d6f06843bceea.tar.gz
plus-6315230e137d62bd0950192e111d6f06843bceea.tar.bz2
plus-6315230e137d62bd0950192e111d6f06843bceea.tar.xz
plus-6315230e137d62bd0950192e111d6f06843bceea.zip
Fix some include files paths.
Diffstat (limited to 'src/gui/textcommandeditor.cpp')
-rw-r--r--src/gui/textcommandeditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp
index 45bff6b03..e169e9303 100644
--- a/src/gui/textcommandeditor.cpp
+++ b/src/gui/textcommandeditor.cpp
@@ -27,6 +27,8 @@
#include <vector>
#include <algorithm>
+#include "gui/chatwindow.h"
+
#include "gui/widgets/button.h"
#include "gui/widgets/chattab.h"
#include "gui/widgets/dropdown.h"
@@ -38,7 +40,6 @@
#include "gui/widgets/table.h"
#include "gui/widgets/textfield.h"
-#include "chatwindow.h"
#include "configuration.h"
#include "item.h"
#include "localplayer.h"