diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inventory.h b/src/inventory.h index 1a66a13a4..cd592a17a 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -21,10 +21,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #define INVENTORY_HEADER #include <iostream> -#include <sstream> #include <string> #include <vector> -#include "irrlichttypes_bloated.h" +#include "irrlichttypes.h" #include "debug.h" #include "itemdef.h" |