mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Revert "- removed a few redundant includes"
This reverts commit 7cd5bd9773
.
This wasn't supposed to be pushed on master.
This commit is contained in:
parent
7cd5bd9773
commit
412e3192e3
5 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
#include "i_musicinterns.h"
|
||||
#include "templates.h"
|
||||
#include "doomdef.h"
|
||||
#include "m_swap.h"
|
||||
#include "doomerrors.h"
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#ifndef __I_MUSIC_H__
|
||||
#define __I_MUSIC_H__
|
||||
|
||||
#include "doomdef.h"
|
||||
#include "i_soundinternal.h"
|
||||
|
||||
class FileReader;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "mus2midi.h"
|
||||
#include "i_sound.h"
|
||||
#include "i_music.h"
|
||||
#include "s_sound.h"
|
||||
#include "files.h"
|
||||
#include "wildmidi/wildmidi_lib.h"
|
||||
#include "midisources/midisource.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "timidity.h"
|
||||
#include "doomdef.h"
|
||||
|
||||
#define __Sound_SetError(x)
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <math.h>
|
||||
#include <memory>
|
||||
|
||||
#include "doomdef.h"
|
||||
#include "m_swap.h"
|
||||
#include "templates.h"
|
||||
#include "timidity.h"
|
||||
|
|
Loading…
Reference in a new issue