Move tool stuff to tool.{h,cpp}
[oweals/minetest.git] / src / mapnode.h
index a93589c41fb75fbaa3dbbb48d49482e15d3fe9a1..35920c5a66f0d0c2ee1727a642121a9208a26dcb 100644 (file)
@@ -21,11 +21,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define MAPNODE_HEADER
 
 #include <iostream>
-#include "common_irrlicht.h"
+#include "irrlichttypes.h"
 #include "light.h"
 #include "exceptions.h"
 #include "serialization.h"
-#include "materials.h"
 #ifndef SERVER
 #include "tile.h"
 #endif