]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client.h
Update Lua API documentation to include minetest.get_modnames()
[dragonfireclient.git] / src / client.h
index 71ab4cc2991992b5fa5f3e7e891decb8713246ea..18a0009a83123b62682ad5fc9cd5c6fa2ae03538 100644 (file)
@@ -22,18 +22,18 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "connection.h"
 #include "environment.h"
-#include "common_irrlicht.h"
+#include "irrlichttypes_extrabloated.h"
 #include "jmutex.h"
 #include <ostream>
 #include <set>
 #include <vector>
 #include "clientobject.h"
-#include "utility.h" // For IntervalLimiter
 #include "gamedef.h"
 #include "inventorymanager.h"
 #include "filesys.h"
 #include "filecache.h"
 #include "localplayer.h"
+#include "util/pointedthing.h"
 
 struct MeshMakeData;
 class MapBlockMesh;