diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-03 23:38:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-03 23:38:17 +0300 |
commit | 1af7d824adf74c7b453e2096a79246d1fd58b19f (patch) | |
tree | 68f1f02bc32abdd22b7aaeb976ca280a1cadc477 /src/resources/db | |
parent | 58f7f377a7fa6ba1aabfc35e337e7a81f769e45d (diff) | |
download | mv-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.gz mv-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.bz2 mv-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.xz mv-1af7d824adf74c7b453e2096a79246d1fd58b19f.zip |
Fix code style.
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/itemfielddb.cpp | 2 | ||||
-rw-r--r-- | src/resources/db/itemfielddb.h | 4 | ||||
-rw-r--r-- | src/resources/db/statuseffectdb.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/db/itemfielddb.cpp b/src/resources/db/itemfielddb.cpp index d7ea5e82a..9c9897c2f 100644 --- a/src/resources/db/itemfielddb.cpp +++ b/src/resources/db/itemfielddb.cpp @@ -28,6 +28,8 @@ #include "resources/beingcommon.h" +#include "resources/item/itemfieldtype.h" + #include "debug.h" namespace diff --git a/src/resources/db/itemfielddb.h b/src/resources/db/itemfielddb.h index d2f63e9fe..18fa516b5 100644 --- a/src/resources/db/itemfielddb.h +++ b/src/resources/db/itemfielddb.h @@ -23,12 +23,12 @@ #include "enums/simpletypes/skiperror.h" -#include "resources/item/itemfieldtype.h" - #include <map> #include "localconsts.h" +struct ItemFieldType; + namespace ItemFieldDb { void load(); diff --git a/src/resources/db/statuseffectdb.cpp b/src/resources/db/statuseffectdb.cpp index 22916fb2e..a87c6fa1f 100644 --- a/src/resources/db/statuseffectdb.cpp +++ b/src/resources/db/statuseffectdb.cpp @@ -27,8 +27,6 @@ #include "settings.h" #include "statuseffect.h" -#include "listeners/debugmessagelistener.h" - #include "utils/checkutils.h" #include "resources/beingcommon.h" |