From e5e75bd8f8f7df43ff39f2cb15bd12d200f1131f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 29 Dec 2007 09:24:26 +0000 Subject: (svn r11719) -Codechange: split sound.h in a header with types and one with functions. --- src/smallmap_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smallmap_gui.cpp') diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index a799952f3..8d1273bb5 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -19,7 +19,6 @@ #include "viewport.h" #include "player.h" #include "town.h" -#include "sound.h" #include "variables.h" #include "blitter/factory.hpp" #include "tunnelbridge_map.h" @@ -27,6 +26,7 @@ #include "zoom_func.h" #include "core/endian_func.hpp" #include "vehicle_base.h" +#include "sound_func.h" static const Widget _smallmap_widgets[] = { -- cgit v1.2.3-54-g00ecf