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/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport.cpp') diff --git a/src/viewport.cpp b/src/viewport.cpp index 1021a6cd9..1ef7b9ccb 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -8,7 +8,6 @@ #include "functions.h" #include "gui.h" #include "spritecache.h" -#include "strings.h" #include "table/sprites.h" #include "table/strings.h" #include "landscape.h" @@ -26,6 +25,7 @@ #include "vehicle_gui.h" #include "blitter/factory.hpp" #include "transparency.h" +#include "strings_func.h" #define VIEWPORT_DRAW_MEM (65536 * 2) -- cgit v1.2.3-54-g00ecf