summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorerecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-07 14:48:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-07 14:49:00 +0300
commit45c769b20e3b59446b58e182988547e6fe8507e0 (patch)
tree50fafe4c54174ea4e9d855561d6c2e66f9f90986 /src/net/eathena/buyingstorerecv.cpp
parentc3aced619b00d5053b8c5f3aab050f704466dada (diff)
downloadManaVerse-45c769b20e3b59446b58e182988547e6fe8507e0.tar.gz
ManaVerse-45c769b20e3b59446b58e182988547e6fe8507e0.tar.bz2
ManaVerse-45c769b20e3b59446b58e182988547e6fe8507e0.tar.xz
ManaVerse-45c769b20e3b59446b58e182988547e6fe8507e0.zip
Move invetory into inventory directory.
Diffstat (limited to 'src/net/eathena/buyingstorerecv.cpp')
-rw-r--r--src/net/eathena/buyingstorerecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/buyingstorerecv.cpp b/src/net/eathena/buyingstorerecv.cpp
index e1be1b261..cdb38c04b 100644
--- a/src/net/eathena/buyingstorerecv.cpp
+++ b/src/net/eathena/buyingstorerecv.cpp
@@ -21,7 +21,6 @@
#include "net/eathena/buyingstorerecv.h"
#include "actormanager.h"
-#include "inventory.h"
#include "notifymanager.h"
#include "being/localplayer.h"
@@ -41,6 +40,8 @@
#include "net/messagein.h"
+#include "resources/inventory/inventory.h"
+
#include "resources/item/item.h"
#include "debug.h"