summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chatrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 20:01:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 20:01:17 +0300
commit366ec0909c764257a19fcbcc17cfb3948c85e0a5 (patch)
treeeaf39a925aa7905abf1de2ca1ee68e7d7ef67d8e /src/net/tmwa/chatrecv.cpp
parentc08c64a1fa6c7198817af294329230951f282c7c (diff)
downloadManaVerse-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.gz
ManaVerse-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.bz2
ManaVerse-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.xz
ManaVerse-366ec0909c764257a19fcbcc17cfb3948c85e0a5.zip
Move chatconsts into const directory.
Diffstat (limited to 'src/net/tmwa/chatrecv.cpp')
-rw-r--r--src/net/tmwa/chatrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/chatrecv.cpp b/src/net/tmwa/chatrecv.cpp
index a768dab2e..b7931df6f 100644
--- a/src/net/tmwa/chatrecv.cpp
+++ b/src/net/tmwa/chatrecv.cpp
@@ -29,7 +29,7 @@
#include "being/playerrelation.h"
#include "being/playerrelations.h"
-#include "gui/chatconsts.h"
+#include "const/gui/chat.h"
#include "gui/widgets/tabs/chat/gmtab.h"