summaryrefslogtreecommitdiff
path: root/src/road_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/road_cmd.cpp')
-rw-r--r--src/road_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp
index b8d5025d8..7124a6943 100644
--- a/src/road_cmd.cpp
+++ b/src/road_cmd.cpp
@@ -11,8 +11,6 @@
#include "road_map.h"
#include "road_internal.h"
#include "sprite.h"
-#include "table/sprites.h"
-#include "table/strings.h"
#include "tile_cmd.h"
#include "landscape.h"
#include "town_map.h"
@@ -35,6 +33,8 @@
#include "vehicle_base.h"
#include "sound_func.h"
+#include "table/sprites.h"
+#include "table/strings.h"
#define M(x) (1 << (x))
/* Level crossings may only be built on these slopes */