(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

@@ -5,7 +5,6 @@
#ifndef NEWGRF_ENGINE_H
#define NEWGRF_ENGINE_H
#include "newgrf.h"
#include "direction_type.h"
#include "newgrf_cargo.h"