diff options
Diffstat (limited to 'src/aircraft_gui.cpp')
-rw-r--r-- | src/aircraft_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aircraft_gui.cpp b/src/aircraft_gui.cpp index 750db29ee..e095b8a38 100644 --- a/src/aircraft_gui.cpp +++ b/src/aircraft_gui.cpp @@ -9,7 +9,6 @@ #include "functions.h" #include "table/sprites.h" #include "table/strings.h" -#include "strings.h" #include "map.h" #include "gui.h" #include "vehicle.h" @@ -21,6 +20,7 @@ #include "depot.h" #include "vehicle_gui.h" #include "newgrf_engine.h" +#include "strings_func.h" /** * Draw the details for the given vehicle at the position (x,y) |