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/newgrf_industries.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_industries.cpp') diff --git a/src/newgrf_industries.cpp b/src/newgrf_industries.cpp index 38daaa09b..184784520 100644 --- a/src/newgrf_industries.cpp +++ b/src/newgrf_industries.cpp @@ -21,7 +21,7 @@ #include "town.h" #include "company_base.h" #include "command_func.h" -#include "gui.h" +#include "error.h" #include "strings_func.h" #include "core/random_func.hpp" -- cgit v1.2.3-54-g00ecf