summaryrefslogtreecommitdiff
path: root/src/serverenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverenvironment.h')
-rw-r--r--src/serverenvironment.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/serverenvironment.h b/src/serverenvironment.h
index 3428d3c99..36f3e2067 100644
--- a/src/serverenvironment.h
+++ b/src/serverenvironment.h
@@ -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;