mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user