Optimize headers
[oweals/minetest.git] / src / tile.h
index a6609a3a612ad3594f4a7fb206c387dc166a093e..8c1f42e075f4fe9405b4aad5552aa23ba11f2840 100644 (file)
@@ -20,7 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef TILE_HEADER
 #define TILE_HEADER
 
-#include "common_irrlicht.h"
+#include "irrlichttypes.h"
+#include "irr_v2d.h"
+#include "irr_v3d.h"
+#include <ITexture.h>
+#include <IrrlichtDevice.h>
 #include "threads.h"
 #include <string>