summaryrefslogtreecommitdiff
path: root/src/net/eathena/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/eathena/chatrecv.cpp
parentc08c64a1fa6c7198817af294329230951f282c7c (diff)
downloadplus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.gz
plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.bz2
plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.xz
plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.zip
Move chatconsts into const directory.
Diffstat (limited to 'src/net/eathena/chatrecv.cpp')
-rw-r--r--src/net/eathena/chatrecv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/chatrecv.cpp b/src/net/eathena/chatrecv.cpp
index 40281384a..b23216643 100644
--- a/src/net/eathena/chatrecv.cpp
+++ b/src/net/eathena/chatrecv.cpp
@@ -30,9 +30,9 @@
#include "being/playerrelation.h"
#include "being/playerrelations.h"
-#include "enums/resources/notifytypes.h"
+#include "const/gui/chat.h"
-#include "gui/chatconsts.h"
+#include "enums/resources/notifytypes.h"
#include "gui/windows/chatwindow.h"