diff options
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r-- | src/screenshot.cpp | 3 |
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" |