(svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.

This commit is contained in:
rubidium
2007-12-18 19:52:14 +00:00
parent 5dc1fcea04
commit f56a354d31
19 changed files with 257 additions and 234 deletions

View File

@@ -36,7 +36,7 @@
#include "newgrf_engine.h"
#include "newgrf_sound.h"
#include "newgrf_text.h"
#include "direction.h"
#include "direction_func.h"
#include "yapf/yapf.h"
#include "date.h"
#include "cargotype.h"