summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index b4a30d0a8..6656f2266 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -26,7 +26,6 @@
#include "logger.h"
#include "net/inventoryhandler.h"
-#include "net/net.h"
#include "resources/iteminfo.h"
@@ -34,6 +33,7 @@
#include "utils/delete2.h"
#include "utils/gettext.h"
+#include "utils/stringutils.h"
#include <algorithm>
#include <functional>