summaryrefslogtreecommitdiff
path: root/src/spriteloader/grf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-31 10:50:05 +0000
committerrubidium <rubidium@openttd.org>2008-08-31 10:50:05 +0000
commitea1f180a55f66ae02f95e63d387fa445061daa25 (patch)
treec32cbaf06fe071c31b5540a00a6a0e8317d4f1d4 /src/spriteloader/grf.cpp
parent46e23b8f996f0e684d2447c637b10daa5abfb964 (diff)
downloadopenttd-ea1f180a55f66ae02f95e63d387fa445061daa25.tar.xz
(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.
Diffstat (limited to 'src/spriteloader/grf.cpp')
-rw-r--r--src/spriteloader/grf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spriteloader/grf.cpp b/src/spriteloader/grf.cpp
index 0bd73f927..871a9fa0a 100644
--- a/src/spriteloader/grf.cpp
+++ b/src/spriteloader/grf.cpp
@@ -4,7 +4,7 @@
#include "../stdafx.h"
#include "../gfx_func.h"
-#include "../fileio.h"
+#include "../fileio_func.h"
#include "../debug.h"
#include "../core/alloc_func.hpp"
#include "grf.hpp"