summaryrefslogtreecommitdiff
path: root/src/newgrf_sound.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/newgrf_sound.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/newgrf_sound.cpp')
-rw-r--r--src/newgrf_sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_sound.cpp b/src/newgrf_sound.cpp
index f8eb1c79b..9859bd27b 100644
--- a/src/newgrf_sound.cpp
+++ b/src/newgrf_sound.cpp
@@ -4,6 +4,7 @@
#include "stdafx.h"
#include "engine_base.h"
+#include "newgrf.h"
#include "newgrf_engine.h"
#include "newgrf_sound.h"
#include "vehicle_base.h"