diff options
Diffstat (limited to 'src/net/eathena/partyhandler.cpp')
-rw-r--r-- | src/net/eathena/partyhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp index c612f13f0..bbc2d0b48 100644 --- a/src/net/eathena/partyhandler.cpp +++ b/src/net/eathena/partyhandler.cpp @@ -27,6 +27,8 @@ #include "being/localplayer.h" +#include "enums/resources/notifytypes.h" + #include "gui/windows/chatwindow.h" #include "gui/windows/socialwindow.h" @@ -35,8 +37,6 @@ #include "net/eathena/messageout.h" #include "net/eathena/protocol.h" -#include "resources/notifytypes.h" - #include "debug.h" extern Net::PartyHandler *partyHandler; |