(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

@@ -30,6 +30,7 @@
#include "settings_type.h"
#include "ai/ai.hpp"
#include "pathfind.h"
#include "landscape_type.h"
#include "table/strings.h"
#include "table/sprites.h"