diff options
Diffstat (limited to 'src/net/eathena/buyingstorerecv.cpp')
-rw-r--r-- | src/net/eathena/buyingstorerecv.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/buyingstorerecv.cpp b/src/net/eathena/buyingstorerecv.cpp index 13054c2c3..78cbce318 100644 --- a/src/net/eathena/buyingstorerecv.cpp +++ b/src/net/eathena/buyingstorerecv.cpp @@ -22,7 +22,6 @@ #include "actormanager.h" #include "inventory.h" -#include "item.h" #include "notifymanager.h" #include "being/localplayer.h" @@ -42,6 +41,8 @@ #include "net/messagein.h" +#include "resources/item/item.h" + #include "debug.h" namespace EAthena |