diff options
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r-- | src/net/eathena/beinghandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index 26e78cd84..79fddcf18 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -32,6 +32,8 @@ #include "being/mercenaryinfo.h" #include "being/playerinfo.h" +#include "enums/resources/notifytypes.h" + #include "particle/particle.h" #include "input/keyboardconfig.h" @@ -50,8 +52,6 @@ #include "net/eathena/sprite.h" #include "resources/iteminfo.h" -#include "resources/notifytypes.h" - #include "resources/db/itemdb.h" #include "resources/map/map.h" |