1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 05:29:11 +00:00

(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

@@ -7,6 +7,7 @@
#include "train.h"
#include "roadveh.h"
#include "company_func.h"
#include "newgrf.h"
#include "newgrf_engine.h"
#include "newgrf_spritegroup.h"
#include "date_func.h"