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/roadveh_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index e01568137..5914dadd4 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -11,7 +11,6 @@ #include "roadveh.h" #include "station_map.h" #include "table/strings.h" -#include "strings.h" #include "map.h" #include "vehicle.h" #include "timetable.h" @@ -36,6 +35,7 @@ #include "yapf/yapf.h" #include "date.h" #include "cargotype.h" +#include "strings_func.h" #include "tunnelbridge_map.h" -- cgit v1.2.3-54-g00ecf