From 433a9f3c0904a85a6a6efc31dc124a6b43f29314 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:49:27 +0000 Subject: (svn r11675) -Codechange: split the string types from the string functions. --- src/aircraft_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aircraft_cmd.cpp') diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index aaad42309..81b3da1d9 100644 --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -10,7 +10,6 @@ #include "functions.h" #include "landscape.h" #include "station_map.h" -#include "strings.h" #include "table/strings.h" #include "map.h" #include "vehicle.h" @@ -33,6 +32,7 @@ #include "date.h" #include "spritecache.h" #include "cargotype.h" +#include "strings_func.h" void Aircraft::UpdateDeltaXY(Direction direction) { -- cgit v1.2.3-54-g00ecf