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/news_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/news_gui.cpp') diff --git a/src/news_gui.cpp b/src/news_gui.cpp index 08f6b0061..dd8fb28e4 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -9,7 +9,6 @@ #include "window_gui.h" #include "viewport.h" #include "news.h" -#include "sound.h" #include "variables.h" #include "string.h" #include "transparency.h" @@ -17,6 +16,7 @@ #include "window_func.h" #include "date_func.h" #include "vehicle_base.h" +#include "sound_func.h" /** @file news_gui.cpp * -- cgit v1.2.3-54-g00ecf