src/sound.cpp
changeset 8635 3bbb6f87fced
parent 8627 448ebf3a8291
child 8640 1e93b81e96d2
--- a/src/sound.cpp	Tue Dec 25 23:42:52 2007 +0000
+++ b/src/sound.cpp	Wed Dec 26 11:45:43 2007 +0000
@@ -5,7 +5,6 @@
 #include "stdafx.h"
 #include "openttd.h"
 #include "landscape.h"
-#include "map.h"
 #include "mixer.h"
 #include "sound.h"
 #include "vehicle.h"
@@ -15,6 +14,7 @@
 #include "fios.h"
 #include "window_gui.h"
 #include "core/alloc_func.hpp"
+#include "map_func.h"
 
 static uint _file_count;
 static FileEntry *_files;