(svn r20409) -Codechange: reduce the number of includes needed by newgrf.h

This commit is contained in:
rubidium
2010-08-08 09:07:40 +00:00
parent 5f874b90f9
commit 412bb37f59
3 changed files with 8 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
#include "newgrf_house.h"
#include "newgrf_commons.h"
#include "newgrf_text.h"
#include "newgrf_config.h"
#include "autoslope.h"
#include "tunnelbridge_map.h"
#include "strings_func.h"