From ec79a9a7688b9573da46833a3fe7277d5f6d48d1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 10 Jan 2005 22:51:42 +0000 Subject: A little more moving around #include's (last one for today ;-) svn-id: r16534 --- sound/audiostream.h | 1 - sound/rate.cpp | 1 + sound/rate.h | 1 - sound/softsynth/ym2612.cpp | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sound') diff --git a/sound/audiostream.h b/sound/audiostream.h index f6017c9698..12e1240f7e 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -24,7 +24,6 @@ #include "stdafx.h" #include "common/scummsys.h" -#include "common/util.h" /** diff --git a/sound/rate.cpp b/sound/rate.cpp index b15071ac6d..b7ac1160d9 100644 --- a/sound/rate.cpp +++ b/sound/rate.cpp @@ -31,6 +31,7 @@ #include "sound/audiostream.h" #include "sound/rate.h" #include "sound/mixer.h" +#include "common/util.h" /** * The precision of the fractional computations used by the rate converter. diff --git a/sound/rate.h b/sound/rate.h index 2cffd87702..4797cc61b5 100644 --- a/sound/rate.h +++ b/sound/rate.h @@ -24,7 +24,6 @@ #include "common/scummsys.h" #include "base/engine.h" -#include "common/util.h" //#include "sound/audiostream.h" class AudioStream; diff --git a/sound/softsynth/ym2612.cpp b/sound/softsynth/ym2612.cpp index 58710a586c..8d37ee8ec6 100644 --- a/sound/softsynth/ym2612.cpp +++ b/sound/softsynth/ym2612.cpp @@ -26,6 +26,7 @@ #include +#include "common/util.h" //////////////////////////////////////// // -- cgit v1.2.3