Remove ifdef checks for header inclusion in audio_player.cpp as the headers themselves have the checks
This commit is contained in:
parent
95a1b7e9b5
commit
d0a7388581
1 changed files with 0 additions and 12 deletions
|
@ -36,25 +36,13 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef WITH_ALSA
|
||||
#include "audio_player_alsa.h"
|
||||
#endif
|
||||
#ifdef WITH_DIRECTSOUND
|
||||
#include "audio_player_dsound.h"
|
||||
#include "audio_player_dsound2.h"
|
||||
#endif
|
||||
#ifdef WITH_OPENAL
|
||||
#include "audio_player_openal.h"
|
||||
#endif
|
||||
#ifdef WITH_OSS
|
||||
#include "audio_player_oss.h"
|
||||
#endif
|
||||
#ifdef WITH_PORTAUDIO
|
||||
#include "audio_player_portaudio.h"
|
||||
#endif
|
||||
#ifdef WITH_LIBPULSE
|
||||
#include "audio_player_pulse.h"
|
||||
#endif
|
||||
|
||||
#include "audio_controller.h"
|
||||
#include "compat.h"
|
||||
|
|
Loading…
Reference in a new issue