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
This commit is contained in:
Max Horn 2003-07-31 20:30:55 +00:00
parent 643e88b04c
commit 86af2b1e29

View File

@ -38,7 +38,7 @@
#ifndef D_SOUND_H
#define D_SOUND_H
#include "sound/mixer.h"
class SoundMixer;
class Sword2Sound {
public: