summaryrefslogtreecommitdiff
path: root/src/shopitem.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 01:48:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 01:48:21 +0300
commit9b072c42f4508de8fb15d1fc8b59931777d5b5a7 (patch)
treef9de59c6afaa00d48e4e637a35647759c4e230f2 /src/shopitem.h
parentfe70d4929e6ca0e46e6210d8795056c6e8a4b93d (diff)
downloadplus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.gz
plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.bz2
plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.xz
plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.zip
Move item into item directory.
Diffstat (limited to 'src/shopitem.h')
-rw-r--r--src/shopitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shopitem.h b/src/shopitem.h
index 36ccf3c65..cfafbec50 100644
--- a/src/shopitem.h
+++ b/src/shopitem.h
@@ -23,7 +23,7 @@
#ifndef SHOPITEM_H
#define SHOPITEM_H
-#include "item.h"
+#include "resources/item/item.h"
#include <stack>