dolphin/Source/Core/VideoBackends
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
..
D3D Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
D3D12 Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
Null Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
OGL Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
Software Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
Vulkan Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
CMakeLists.txt Don't build Vulkan video backend on macOS 2016-10-06 16:53:55 -07:00