summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 60cad92b0..33e255e7b 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -6,10 +6,10 @@
#include "openttd.h"
#include "debug.h"
#include "functions.h"
-#include "macros.h"
#include "map.h"
-#include "direction_func.h"
#include "helpers.hpp"
+#include "direction_func.h"
+#include "core/bitmath_func.hpp"
#if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
/* Why the hell is that not in all MSVC headers?? */