From 58423b26d1d9daa996e151fb3dc3e30dad49b722 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Dec 2011 13:54:10 +0000 Subject: (svn r23474) -Codechange: move the declaration error related functions to error.h --- src/strings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index e15d30e00..d34d053fa 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -23,7 +23,7 @@ #include "signs_base.h" #include "cargotype.h" #include "fontcache.h" -#include "gui.h" +#include "error.h" #include "strings_func.h" #include "rev.h" #include "core/alloc_type.hpp" -- cgit v1.2.3-54-g00ecf