summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-06-24 21:33:11 +0000
committeryexo <yexo@openttd.org>2009-06-24 21:33:11 +0000
commit44c15e4196d4f334659adf8bb50c452b8503d59d (patch)
treed4c90d13117f14bd46b47fa1dba4933f431264ac /src/engine.cpp
parent05c695a647a3637925d24e4062b0cd4adcd1c851 (diff)
downloadopenttd-44c15e4196d4f334659adf8bb50c452b8503d59d.tar.xz
(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index d39c86f6a..030b3ca8a 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -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"