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/timetable_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timetable_gui.cpp') diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index a71810b17..e83e8595e 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -7,7 +7,6 @@ #include "functions.h" #include "variables.h" #include "table/strings.h" -#include "strings.h" #include "command.h" #include "date.h" #include "engine.h" @@ -18,6 +17,7 @@ #include "vehicle.h" #include "cargotype.h" #include "depot.h" +#include "strings_func.h" static int GetOrderFromTimetableWndPt(Window *w, int y, const Vehicle *v) { -- cgit v1.2.3-54-g00ecf