aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorMax Horn2003-07-31 20:30:55 +0000
committerMax Horn2003-07-31 20:30:55 +0000
commit86af2b1e29a8c9415a1fa08e7ef67784003c2617 (patch)
tree1bbd7ae262ff5daa63c168cff9f1c6737d519cb7 /sword2
parent643e88b04c8acb2fb6cd7fed4749ecc520b2cd7d (diff)
downloadscummvm-rg350-86af2b1e29a8c9415a1fa08e7ef67784003c2617.tar.gz
scummvm-rg350-86af2b1e29a8c9415a1fa08e7ef67784003c2617.tar.bz2
scummvm-rg350-86af2b1e29a8c9415a1fa08e7ef67784003c2617.zip
never include headers in other headers if you can avoid it -> this cuts down on the number of files that have to be recompiled when a header is modified
svn-id: r9348
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/d_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index 2ba6cc8fd2..83f3b9db06 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -38,7 +38,7 @@
#ifndef D_SOUND_H
#define D_SOUND_H
-#include "sound/mixer.h"
+class SoundMixer;
class Sword2Sound {
public: