Skip to content

Commit

Permalink
Revert "- removed a few redundant includes"
Browse files Browse the repository at this point in the history
This reverts commit 7cd5bd9.

This commit was only meant for testing, not for publishing
  • Loading branch information
coelckers committed Aug 23, 2019
1 parent 7cd5bd9 commit 1595bf3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sound/mididevices/music_win_mididevice.cpp
Expand Up @@ -42,6 +42,7 @@

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

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

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

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

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

#define __Sound_SetError(x)

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

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

0 comments on commit 1595bf3

Please sign in to comment.