Properly and efficiently use split utility headers
[oweals/minetest.git] / src / inventorymanager.cpp
index 91d43aee51deb3ac43cc828f1caf9a8b7c8291de..25257238b9bbe606b27dad049a49c15bf2cf12d6 100644 (file)
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "serverobject.h"
 #include "main.h"  // for g_settings
 #include "settings.h"
-#include "utility.h"
 #include "craftdef.h"
 
 #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"