From ea1f180a55f66ae02f95e63d387fa445061daa25 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 31 Aug 2008 10:50:05 +0000 Subject: (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too. --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 61f466056..73589937c 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -33,7 +33,7 @@ #include "town.h" #include "industry.h" #include "news_func.h" -#include "fileio.h" +#include "fileio_func.h" #include "fios.h" #include "airport.h" #include "aircraft.h" -- cgit v1.2.3-54-g00ecf