diff options
Diffstat (limited to 'src/net/eathena/chathandler.cpp')
-rw-r--r-- | src/net/eathena/chathandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 712e66f86..5d5e889d9 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -30,6 +30,8 @@ #include "being/playerrelation.h" #include "being/playerrelations.h" +#include "enums/resources/notifytypes.h" + #include "gui/chatconsts.h" #include "gui/windows/chatwindow.h" @@ -43,8 +45,6 @@ #include "net/eathena/protocol.h" #include "resources/chatobject.h" -#include "resources/notifytypes.h" - #include "utils/gettext.h" #include "utils/stringutils.h" |