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/depot_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index c6a9b6e3b..7f168c380 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -10,7 +10,6 @@ #include "ship.h" #include "aircraft.h" #include "table/strings.h" -#include "strings.h" #include "table/sprites.h" #include "gui.h" #include "textbuf_gui.h" @@ -23,6 +22,7 @@ #include "station_map.h" #include "newgrf_engine.h" #include "spritecache.h" +#include "strings_func.h" /* * Since all depot window sizes aren't the same, we need to modify sizes a little. -- cgit v1.2.3-70-g09d2