src/newgrf.cpp
changeset 8653 a83f7a536919
parent 8646 cdf6b29351d0
child 8654 83dc418497a9
--- a/src/newgrf.cpp	Sat Dec 29 05:15:13 2007 +0000
+++ b/src/newgrf.cpp	Sat Dec 29 09:24:26 2007 +0000
@@ -25,7 +25,6 @@
 #include "fontcache.h"
 #include "currency.h"
 #include "landscape.h"
-#include "sound.h"
 #include "newgrf_config.h"
 #include "newgrf_house.h"
 #include "newgrf_sound.h"
@@ -46,6 +45,7 @@
 #include "gfx_func.h"
 #include "date_func.h"
 #include "vehicle_func.h"
+#include "sound_func.h"
 
 /* TTDPatch extended GRF format codec
  * (c) Petr Baudis 2004 (GPL'd)