]> git.lizzy.rs Git - minetest.git/blobdiff - src/client.h
Properly and efficiently use split utility headers
[minetest.git] / src / client.h
index 71ab4cc2991992b5fa5f3e7e891decb8713246ea..6b797e6276a505264f76f66396137a4e85f153d5 100644 (file)
@@ -28,12 +28,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #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;