summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-18 16:06:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-18 16:06:29 +0300
commit27a54f7dfa6cd83b9f9ec7f974cd23608a38fd02 (patch)
treea396f74bd01e8153ab111b4be6f3bd988a4895fe /src/being
parente02f97d2e05f5dc4b012cb946af45c9594617202 (diff)
downloadplus-27a54f7dfa6cd83b9f9ec7f974cd23608a38fd02.tar.gz
plus-27a54f7dfa6cd83b9f9ec7f974cd23608a38fd02.tar.bz2
plus-27a54f7dfa6cd83b9f9ec7f974cd23608a38fd02.tar.xz
plus-27a54f7dfa6cd83b9f9ec7f974cd23608a38fd02.zip
Move skillinfo into resources/skill directory.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index fd4b37e2c..73e088fe7 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -91,11 +91,11 @@
#include "resources/map/map.h"
#include "resources/skill/skilldata.h"
+#include "resources/skill/skillinfo.h"
#include "resources/sprite/animatedsprite.h"
#include "gui/widgets/createwidget.h"
-#include "gui/widgets/skillinfo.h"
#include "gui/widgets/tabs/chat/langtab.h"