summaryrefslogtreecommitdiff
path: root/src/actions/commands.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/actions/commands.cpp
parentc3aced619b00d5053b8c5f3aab050f704466dada (diff)
downloadmv-45c769b20e3b59446b58e182988547e6fe8507e0.tar.gz
mv-45c769b20e3b59446b58e182988547e6fe8507e0.tar.bz2
mv-45c769b20e3b59446b58e182988547e6fe8507e0.tar.xz
mv-45c769b20e3b59446b58e182988547e6fe8507e0.zip
Move invetory into inventory directory.
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r--src/actions/commands.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index 84001d989..95be13364 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -23,7 +23,6 @@
#include "actormanager.h"
#include "configuration.h"
#include "game.h"
-#include "inventory.h"
#include "party.h"
#include "actions/actiondef.h"
@@ -64,6 +63,8 @@
#include "resources/iteminfo.h"
#include "resources/chatobject.h"
+#include "resources/inventory/inventory.h"
+
#include "resources/item/item.h"
#include "utils/chatutils.h"