dolphin/Source/Core/AudioCommon
Léo Lam 72e3f1ecec Remove unnecessary ConfigManager includes
Making changes to ConfigManager.h has always been a pain, because
it means rebuilding half of Dolphin, since a lot of files depend on
and include this header.

However, it turns out some includes are unnecessary. This commit
removes ConfigManager includes from files which don't contain
SConfig or GPUDeterminismMode or GPU_DETERMINISM (which means the
ConfigManager include is not used).

(I've also had to get rid of some indirect includes.)
2016-11-27 22:38:38 +01:00
..
aldlist.cpp
aldlist.h
AlsaSoundStream.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
AlsaSoundStream.h
AOSoundStream.cpp Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
AOSoundStream.h Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
AudioCommon.cpp AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChanges 2016-10-09 19:18:16 -07:00
AudioCommon.h AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChanges 2016-10-09 19:18:16 -07:00
AudioCommon.vcxproj
AudioCommon.vcxproj.filters
CMakeLists.txt
CoreAudioSoundStream.cpp
CoreAudioSoundStream.h
DPL2Decoder.cpp
DPL2Decoder.h
Mixer.cpp
Mixer.h
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp Added 32-bit fixed point support to OpenAL backend. 2016-10-27 18:47:13 -02:00
OpenALStream.h Added 32-bit fixed point support to OpenAL backend. 2016-10-27 18:47:13 -02:00
OpenSLESStream.cpp
OpenSLESStream.h
PulseAudioStream.cpp Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
PulseAudioStream.h Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
SoundStream.h
WaveFile.cpp Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
WaveFile.h
XAudio2_7Stream.cpp
XAudio2_7Stream.h
XAudio2Stream.cpp
XAudio2Stream.h