A little more moving around #include's (last one for today ;-)

svn-id: r16534
This commit is contained in:
Max Horn 2005-01-10 22:51:42 +00:00
parent df7f9eb182
commit ec79a9a768
9 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,7 @@
#include "common/config-manager.h" #include "common/config-manager.h"
#include "common/file.h" #include "common/file.h"
#include "common/system.h" #include "common/system.h"
#include "common/util.h"
namespace Graphics { namespace Graphics {

View File

@ -22,6 +22,7 @@
#define IMUSE_DIGI_H #define IMUSE_DIGI_H
#include "common/scummsys.h" #include "common/scummsys.h"
#include "common/util.h"
#include "scumm/imuse_digi/dimuse.h" #include "scumm/imuse_digi/dimuse.h"
#include "scumm/imuse_digi/dimuse_bndmgr.h" #include "scumm/imuse_digi/dimuse_bndmgr.h"

View File

@ -28,6 +28,7 @@
#include "common/map.h" #include "common/map.h"
#include "common/rect.h" #include "common/rect.h"
#include "common/str.h" #include "common/str.h"
#include "common/util.h"
#include "scumm/gfx.h" #include "scumm/gfx.h"
#include "scumm/script.h" #include "scumm/script.h"

View File

@ -20,6 +20,7 @@
*/ */
#include "scumm/util.h" #include "scumm/util.h"
#include "common/util.h"
namespace Scumm { namespace Scumm {

View File

@ -23,7 +23,6 @@
#define SCUMM_UTIL_H #define SCUMM_UTIL_H
#include "common/file.h" #include "common/file.h"
#include "common/util.h"
namespace Scumm { namespace Scumm {

View File

@ -24,7 +24,6 @@
#include "stdafx.h" #include "stdafx.h"
#include "common/scummsys.h" #include "common/scummsys.h"
#include "common/util.h"
/** /**

View File

@ -31,6 +31,7 @@
#include "sound/audiostream.h" #include "sound/audiostream.h"
#include "sound/rate.h" #include "sound/rate.h"
#include "sound/mixer.h" #include "sound/mixer.h"
#include "common/util.h"
/** /**
* The precision of the fractional computations used by the rate converter. * The precision of the fractional computations used by the rate converter.

View File

@ -24,7 +24,6 @@
#include "common/scummsys.h" #include "common/scummsys.h"
#include "base/engine.h" #include "base/engine.h"
#include "common/util.h"
//#include "sound/audiostream.h" //#include "sound/audiostream.h"
class AudioStream; class AudioStream;

View File

@ -26,6 +26,7 @@
#include <math.h> #include <math.h>
#include "common/util.h"
//////////////////////////////////////// ////////////////////////////////////////
// //