From 0d3f5e6e74cae69d927a65a3d59c6391b713b987 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 31 Jan 2009 20:16:06 +0000 Subject: (svn r15299) -Cleanup: remove many redundant includes --- src/spritecache.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/spritecache.cpp') diff --git a/src/spritecache.cpp b/src/spritecache.cpp index e26029a1b..d38090255 100644 --- a/src/spritecache.cpp +++ b/src/spritecache.cpp @@ -3,21 +3,16 @@ /** @file spritecache.cpp Caching of sprites. */ #include "stdafx.h" -#include "openttd.h" -#include "variables.h" -#include "debug.h" -#include "spritecache.h" +#include "gfx_type.h" #include "fileio_func.h" #include "spriteloader/grf.hpp" #include "core/alloc_func.hpp" -#include "core/math_func.hpp" #include "gfx_func.h" #ifdef WITH_PNG #include "spriteloader/png.hpp" #endif /* WITH_PNG */ #include "blitter/factory.hpp" #include "core/math_func.hpp" -#include "core/enum_type.hpp" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf