diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index fea581446..0129e7593 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -22,7 +22,6 @@ #include "inventory.h" -#include "item.h" #include "logger.h" #include "net/inventoryhandler.h" @@ -36,8 +35,6 @@ #include "utils/stringutils.h" #include <algorithm> -#include <functional> -#include <string> #include "debug.h" |