]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/inventory.h
Optimize headers (part 2) (#6272)
[dragonfireclient.git] / src / inventory.h
index aff0ce20fea4de7ca81ada6d6daf91a59ecedd95..459228d3e328f2cb03b2eb73666d339195c2d64a 100644 (file)
@@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #pragma once
 
-#include "debug.h"
 #include "itemdef.h"
 #include "irrlichttypes.h"
 #include "itemstackmetadata.h"
@@ -27,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <ostream>
 #include <string>
 #include <vector>
+#include <cassert>
 
 struct ToolCapabilities;