summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryhandler.cpp')
-rw-r--r--src/net/eathena/inventoryhandler.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/inventoryhandler.cpp b/src/net/eathena/inventoryhandler.cpp
index 0e90235f6..9edbc4d67 100644
--- a/src/net/eathena/inventoryhandler.cpp
+++ b/src/net/eathena/inventoryhandler.cpp
@@ -25,11 +25,13 @@
#include "item.h"
#include "notifymanager.h"
-#include "enums/equipslot.h"
-
#include "being/localplayer.h"
#include "being/playerinfo.h"
+#include "enums/equipslot.h"
+
+#include "enums/resources/notifytypes.h"
+
#include "listeners/arrowslistener.h"
#include "net/eathena/itemflags.h"
@@ -40,8 +42,6 @@
#include "net/ea/eaprotocol.h"
#include "net/ea/equipbackend.h"
-#include "resources/notifytypes.h"
-
#include "debug.h"
extern Net::InventoryHandler *inventoryHandler;