(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 a9602401f0
commit b00726a5d2
9 changed files with 8 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include "news_func.h"
#include "variables.h"
#include "aircraft.h"
#include "newgrf.h"
#include "newgrf_engine.h"
#include "group.h"
#include "strings_func.h"