diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-21 22:46:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-22 00:04:12 +0300 |
commit | 155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd (patch) | |
tree | 8c58926c8b9c1aee3c38f74a7b20390102cb2435 /src/resources | |
parent | 1198f1c981bb0afc193884a23a18705d1171b307 (diff) | |
download | ManaVerse-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.tar.gz ManaVerse-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.tar.bz2 ManaVerse-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.tar.xz ManaVerse-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.zip |
Remove extra includes.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/itemoptiondb.cpp | 3 | ||||
-rw-r--r-- | src/resources/inventory/inventory.cpp | 1 |
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" |