summaryrefslogtreecommitdiff
path: root/src/itemsoundmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 02:26:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 02:26:07 +0300
commit565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c (patch)
tree41171ba7879af0e746815dfcc8f237b1b3a6d8be /src/itemsoundmanager.cpp
parent75802940ea0f10c4ecce5ab55140c38a164ba574 (diff)
downloadplus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.tar.gz
plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.tar.bz2
plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.tar.xz
plus-565a015b5fb29b7f6c3696c38b4ce3ae3eb1b07c.zip
Move flooritem into being directory.
Diffstat (limited to 'src/itemsoundmanager.cpp')
-rw-r--r--src/itemsoundmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemsoundmanager.cpp b/src/itemsoundmanager.cpp
index 6c3bb0a85..565a4d988 100644
--- a/src/itemsoundmanager.cpp
+++ b/src/itemsoundmanager.cpp
@@ -20,9 +20,9 @@
#include "itemsoundmanager.h"
-#include "flooritem.h"
#include "soundmanager.h"
+#include "being/flooritem.h"
#include "being/localplayer.h"
#include "resources/iteminfo.h"