summaryrefslogtreecommitdiff
path: root/src/roadveh_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadveh_gui.cpp')
-rw-r--r--src/roadveh_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roadveh_gui.cpp b/src/roadveh_gui.cpp
index 87cfcee5f..d851f31ba 100644
--- a/src/roadveh_gui.cpp
+++ b/src/roadveh_gui.cpp
@@ -6,8 +6,6 @@
#include "openttd.h"
#include "debug.h"
#include "roadveh.h"
-#include "table/sprites.h"
-#include "table/strings.h"
#include "gui.h"
#include "window_gui.h"
#include "viewport_func.h"
@@ -20,6 +18,8 @@
#include "vehicle_func.h"
#include "string_func.h"
+#include "table/sprites.h"
+#include "table/strings.h"
void DrawRoadVehDetails(const Vehicle *v, int x, int y)
{