mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 20:07:11 +00:00
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:
parent
643e88b04c
commit
86af2b1e29
@ -38,7 +38,7 @@
|
||||
#ifndef D_SOUND_H
|
||||
#define D_SOUND_H
|
||||
|
||||
#include "sound/mixer.h"
|
||||
class SoundMixer;
|
||||
|
||||
class Sword2Sound {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user