summaryrefslogtreecommitdiff
path: root/src/screenshot.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
commita20b833516d0a10edc7196b90cae30fe7d78a763 (patch)
treec32cbaf06fe071c31b5540a00a6a0e8317d4f1d4 /src/screenshot.cpp
parent4be6701717543243880e48573d2377072a9adf3b (diff)
downloadopenttd-a20b833516d0a10edc7196b90cae30fe7d78a763.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/screenshot.cpp')
-rw-r--r--src/screenshot.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index 6f5cc0105..5a9ef0581 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -5,14 +5,13 @@
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
-#include "fileio.h"
+#include "fileio_func.h"
#include "viewport_func.h"
#include "gfx_func.h"
#include "core/math_func.hpp"
#include "screenshot.h"
#include "variables.h"
#include "blitter/factory.hpp"
-#include "fileio.h"
#include "strings_func.h"
#include "zoom_func.h"
#include "core/alloc_func.hpp"