diff options
author | Max Horn | 2009-01-30 05:25:17 +0000 |
---|---|---|
committer | Max Horn | 2009-01-30 05:25:17 +0000 |
commit | 341bc64aaf5aebe299aa736f5584d647daa781a9 (patch) | |
tree | 5fe54f83b47d4e2dd536d2d0cc4ddcafe8c13897 /sound/softsynth | |
parent | 7cb437b56f95bff06b0c79be93cd619b95662346 (diff) | |
download | scummvm-rg350-341bc64aaf5aebe299aa736f5584d647daa781a9.tar.gz scummvm-rg350-341bc64aaf5aebe299aa736f5584d647daa781a9.tar.bz2 scummvm-rg350-341bc64aaf5aebe299aa736f5584d647daa781a9.zip |
do not include common/debug.h from common/util.h
svn-id: r36143
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/adlib.cpp | 1 | ||||
-rw-r--r-- | sound/softsynth/mt32.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp index af6c9d488c..c641992e5e 100644 --- a/sound/softsynth/adlib.cpp +++ b/sound/softsynth/adlib.cpp @@ -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" diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp index 1987fee839..c64a5b6df9 100644 --- a/sound/softsynth/mt32.cpp +++ b/sound/softsynth/mt32.cpp @@ -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" |