]> git.lizzy.rs Git - minetest.git/blobdiff - src/serverenvironment.h
Optimize headers (part 2) (#6272)
[minetest.git] / src / serverenvironment.h
index 3428d3c99c7b681c2846622db4315195f4046819..36f3e20673bba32b6502438078ed75b4c24f5bf8 100644 (file)
@@ -19,15 +19,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #pragma once
 
+#include "activeobject.h"
 #include "environment.h"
 #include "mapnode.h"
-#include "mapblock.h"
-#include "activeobject.h"
+#include "settings.h"
+#include "util/numeric.h"
 #include <set>
 
 class IGameDef;
 class ServerMap;
 struct GameParams;
+class MapBlock;
 class RemotePlayer;
 class PlayerDatabase;
 class PlayerSAO;