diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:01:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:01:17 +0300 |
commit | 366ec0909c764257a19fcbcc17cfb3948c85e0a5 (patch) | |
tree | eaf39a925aa7905abf1de2ca1ee68e7d7ef67d8e /src/net/eathena | |
parent | c08c64a1fa6c7198817af294329230951f282c7c (diff) | |
download | mv-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.gz mv-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.bz2 mv-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.xz mv-366ec0909c764257a19fcbcc17cfb3948c85e0a5.zip |
Move chatconsts into const directory.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/chatrecv.cpp | 4 |
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" |