summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/db/itemoptiondb.cpp3
-rw-r--r--src/resources/inventory/inventory.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/db/itemoptiondb.cpp b/src/resources/db/itemoptiondb.cpp
index 504199bfc..1199e07f7 100644
--- a/src/resources/db/itemoptiondb.cpp
+++ b/src/resources/db/itemoptiondb.cpp
@@ -23,14 +23,11 @@
#include "configuration.h"
#include "utils/checkutils.h"
-#include "utils/dtor.h"
#include "resources/beingcommon.h"
#include "resources/db/itemfielddb.h"
-#include "resources/item/itemfieldtype.h"
-
#include "debug.h"
namespace
diff --git a/src/resources/inventory/inventory.cpp b/src/resources/inventory/inventory.cpp
index ddc9acc1a..441ba4a3c 100644
--- a/src/resources/inventory/inventory.cpp
+++ b/src/resources/inventory/inventory.cpp
@@ -31,7 +31,6 @@
#include "resources/iteminfo.h"
#include "resources/item/item.h"
-#include "resources/item/itemoptionslist.h"
#include "listeners/inventorylistener.h"