From a20b833516d0a10edc7196b90cae30fe7d78a763 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/gfxinit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfxinit.cpp') diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index c6497bb0b..f76e90968 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -7,7 +7,7 @@ #include "debug.h" #include "gfxinit.h" #include "spritecache.h" -#include "fileio.h" +#include "fileio_func.h" #include "fios.h" #include "newgrf.h" #include "md5.h" -- cgit v1.2.3-54-g00ecf