1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 03:59:09 +00:00

(svn r17693) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2009-10-04 17:16:41 +00:00
parent 32cbe57178
commit d6cded5380
185 changed files with 16 additions and 370 deletions

View File

@@ -12,14 +12,12 @@
#include "stdafx.h"
#include "debug.h"
#include "spritecache.h"
#include "fileio_func.h"
#include "fios.h"
#include "newgrf.h"
#include "3rdparty/md5/md5.h"
#include "fontcache.h"
#include "gfx_func.h"
#include "settings_type.h"
#include "string_func.h"
/* The type of set we're replacing */
#define SET_TYPE "graphics"