summaryrefslogtreecommitdiff
path: root/src/dragdrop.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/dragdrop.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/dragdrop.h')
-rw-r--r--src/dragdrop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dragdrop.h b/src/dragdrop.h
index 97f978ee2..88e6df736 100644
--- a/src/dragdrop.h
+++ b/src/dragdrop.h
@@ -21,7 +21,8 @@
#ifndef DRAGDROP_H
#define DRAGDROP_H
-#include "item.h"
+#include "resources/item/item.h"
+
#include "itemsoundmanager.h"
#include "textcommand.h"