summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/environment.h b/src/environment.h
index 1b1cfc50a..6c45592dc 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -36,9 +36,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <atomic>
#include <mutex>
#include "irr_v3d.h"
-#include "activeobject.h"
-#include "util/numeric.h"
#include "network/networkprotocol.h" // for AccessDeniedCode
+#include "util/basic_macros.h"
class IGameDef;
class Map;