mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- removed a few redundant includes
This commit is contained in:
parent
c3edfdd946
commit
7cd5bd9773
5 changed files with 0 additions and 5 deletions
|
@ -42,7 +42,6 @@
|
|||
|
||||
#include "i_musicinterns.h"
|
||||
#include "templates.h"
|
||||
#include "doomdef.h"
|
||||
#include "m_swap.h"
|
||||
#include "doomerrors.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#ifndef __I_MUSIC_H__
|
||||
#define __I_MUSIC_H__
|
||||
|
||||
#include "doomdef.h"
|
||||
#include "i_soundinternal.h"
|
||||
|
||||
class FileReader;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#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,7 +26,6 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "timidity.h"
|
||||
#include "doomdef.h"
|
||||
|
||||
#define __Sound_SetError(x)
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <math.h>
|
||||
#include <memory>
|
||||
|
||||
#include "doomdef.h"
|
||||
#include "m_swap.h"
|
||||
#include "templates.h"
|
||||
#include "timidity.h"
|
||||
|
|
Loading…
Reference in a new issue