diff options
Diffstat (limited to 'src/net/eathena/chatrecv.cpp')
-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" |