Fix compile on certain Linux configurations, reduce spawn point height
[oweals/minetest.git] / src / camera.h
index b2c118f385d4a62e17617ea71683177c3525d2bc..642b8d2d041e197ed89baec5e0f05cff32c8749e 100644 (file)
@@ -20,11 +20,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef CAMERA_HEADER
 #define CAMERA_HEADER
 
-#include "common_irrlicht.h"
+#include "irrlichttypes_extrabloated.h"
 #include "inventory.h"
 #include "mesh.h"
 #include "tile.h"
-#include "utility.h"
+#include "util/numeric.h"
 #include <ICameraSceneNode.h>
 
 class LocalPlayer;