summaryrefslogtreecommitdiff
path: root/src/aircraft_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/aircraft_gui.cpp')
-rw-r--r--src/aircraft_gui.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/aircraft_gui.cpp b/src/aircraft_gui.cpp
index c9b733e76..984d66e82 100644
--- a/src/aircraft_gui.cpp
+++ b/src/aircraft_gui.cpp
@@ -6,8 +6,6 @@
#include "openttd.h"
#include "aircraft.h"
#include "debug.h"
-#include "table/sprites.h"
-#include "table/strings.h"
#include "gui.h"
#include "engine.h"
#include "depot.h"
@@ -17,6 +15,9 @@
#include "vehicle_func.h"
#include "gfx_func.h"
+#include "table/sprites.h"
+#include "table/strings.h"
+
/**
* Draw the details for the given vehicle at the position (x,y)
*