(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway

This commit is contained in:
yexo
2009-06-24 21:33:11 +00:00
parent 05c695a647
commit 44c15e4196
9 changed files with 8 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include "effectvehicle_func.h"
#include "settings_type.h"
#include "station_base.h"
#include "cargotype.h"
#include "table/strings.h"
#include "table/sprites.h"