Skip to content

Commit

Permalink
- removed a few redundant includes
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Aug 22, 2019
1 parent c3edfdd commit 7cd5bd9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/sound/mididevices/music_win_mididevice.cpp
Expand Up @@ -42,7 +42,6 @@

#include "i_musicinterns.h"
#include "templates.h"
#include "doomdef.h"
#include "m_swap.h"
#include "doomerrors.h"

Expand Down
1 change: 0 additions & 1 deletion src/sound/music/i_music.h
Expand Up @@ -34,7 +34,6 @@
#ifndef __I_MUSIC_H__
#define __I_MUSIC_H__

#include "doomdef.h"
#include "i_soundinternal.h"

class FileReader;
Expand Down
1 change: 0 additions & 1 deletion src/sound/music/i_musicinterns.h
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/sound/timidity/instrum_dls.cpp
Expand Up @@ -26,7 +26,6 @@
#include <math.h>

#include "timidity.h"
#include "doomdef.h"

#define __Sound_SetError(x)

Expand Down
1 change: 0 additions & 1 deletion src/sound/timidity/instrum_sf2.cpp
Expand Up @@ -4,7 +4,6 @@
#include <math.h>
#include <memory>

#include "doomdef.h"
#include "m_swap.h"
#include "templates.h"
#include "timidity.h"
Expand Down

0 comments on commit 7cd5bd9

Please sign in to comment.