do not include common/debug.h from common/util.h
svn-id: r36143
This commit is contained in:
parent
7cb437b56f
commit
341bc64aaf
34 changed files with 37 additions and 9 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "backends/platform/sdl/sdl.h"
|
||||
#include "common/archive.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/events.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include "common/archive.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#include "common/fs.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "base/plugins.h"
|
||||
|
||||
#include "common/func.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
#ifdef DYNAMIC_MODULES
|
||||
#include "common/config-manager.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "common/archive.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/file.h"
|
||||
#include "common/fs.h"
|
||||
#include "common/util.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/mutex.h"
|
||||
#include "common/system.h"
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/util.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/archive.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
#include "common/unarj.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/str.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
#ifdef MIN
|
||||
#undef MIN
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "common/scummsys.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
#include "common/list.h"
|
||||
#include "common/hashmap.h"
|
||||
#include "common/hash-str.h"
|
||||
#include "common/stack.h"
|
||||
|
|
|
@ -25,13 +25,15 @@
|
|||
|
||||
#include "base/plugins.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
#include "common/hash-str.h"
|
||||
#include "common/file.h"
|
||||
#include "common/md5.h"
|
||||
#include "engines/advancedDetector.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
#include "engines/advancedDetector.h"
|
||||
|
||||
/**
|
||||
* A list of pointers to ADGameDescription structs (or subclasses thereof).
|
||||
*/
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "common/file.h"
|
||||
#include "common/util.h"
|
||||
#include "common/fs.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
#include "agi/wagparser.h"
|
||||
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
|
||||
#include "sound/mididrv.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
#include "cine/msg.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
#include "cine/cine.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/savefile.h"
|
||||
|
||||
#include "cine/cine.h"
|
||||
|
|
|
@ -25,9 +25,10 @@
|
|||
|
||||
|
||||
#include "queen/bankman.h"
|
||||
|
||||
#include "queen/resource.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
|
||||
namespace Queen {
|
||||
|
||||
BankManager::BankManager(Resource *res)
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#include "queen/logic.h"
|
||||
#include "queen/queen.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
|
||||
namespace Queen {
|
||||
|
||||
Grid::Grid(QueenEngine *vm)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "queen/resource.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "scumm/file_nes.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
#include "common/md5.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
#include "sword1/debug.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
|
||||
#include "sword1/router.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
#include "common/archive.h"
|
||||
#include "common/system.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "common/archive.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
#include "common/util.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "gui/debugger.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
#include "common/file.h"
|
||||
#include "common/list.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#ifdef USE_FLAC
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
#include "sound/mods/paula.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#ifdef USE_MAD
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "base/plugins.h"
|
||||
#include "sound/mididrv.h"
|
||||
#include "common/list.h"
|
||||
|
||||
/**
|
||||
* Music types that music drivers can implement and engines can rely on.
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "sound/softsynth/emumidi.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
#include "sound/fmopl.h"
|
||||
#include "sound/musicplugin.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "sound/mpu401.h"
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#include "common/system.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/endian.h"
|
||||
#include "common/util.h"
|
||||
#include "common/stream.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#ifdef USE_VORBIS
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/stream.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/util.h"
|
||||
#include "common/stream.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue