diff options
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/clandb.cpp | 3 | ||||
-rw-r--r-- | src/resources/db/itemdb.cpp | 4 | ||||
-rw-r--r-- | src/resources/db/itemfielddb.h | 3 |
3 files changed, 1 insertions, 9 deletions
diff --git a/src/resources/db/clandb.cpp b/src/resources/db/clandb.cpp index ac32b4ea7..977d5439f 100644 --- a/src/resources/db/clandb.cpp +++ b/src/resources/db/clandb.cpp @@ -31,7 +31,6 @@ #include "utils/checkutils.h" #include "utils/dtor.h" -#include "utils/gettext.h" #include "utils/itemxmlutils.h" #include "debug.h" @@ -56,7 +55,7 @@ void ClanDb::load() } void ClanDb::loadXmlFile(const std::string &fileName, - const SkipError skipError) + const SkipError skipError) { XML::Document doc(fileName, UseVirtFs_true, skipError); XmlNodeConstPtr rootNode = doc.rootNode(); diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index fcb0d5651..6410f8f8f 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -36,8 +36,6 @@ #include "resources/db/itemfielddb.h" -#include "resources/item/itemfieldtype.h" - #include "resources/sprite/spritereference.h" #ifdef TMWA_SUPPORT @@ -52,8 +50,6 @@ #include "utils/stdmove.h" #include "utils/stringmap.h" -#include "utils/translation/podict.h" - #include "debug.h" namespace diff --git a/src/resources/db/itemfielddb.h b/src/resources/db/itemfielddb.h index 8d88fef84..3b1ec624a 100644 --- a/src/resources/db/itemfielddb.h +++ b/src/resources/db/itemfielddb.h @@ -25,13 +25,10 @@ #include "resources/itemfieldinfos.h" -#include <map> #include <string> #include "localconsts.h" -struct ItemFieldType; - namespace ItemFieldDb { void load(); |