mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- removed the dobject.h include from s_sound.h. This isn't needed and only increased compile times of files with no relation to the actual game that need the sound system.
This commit is contained in:
parent
7dc70b636f
commit
ea0a9b537b
1 changed files with 1 additions and 1 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
#include "doomtype.h"
|
||||
#include "i_soundinternal.h"
|
||||
#include "dobject.h"
|
||||
|
||||
class AActor;
|
||||
class FScanner;
|
||||
class FSerializer;
|
||||
|
||||
//
|
||||
// SoundFX struct.
|
||||
|
|
Loading…
Reference in a new issue