dolphin/Source/Core/VideoBackends/Software
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
..
Clipper.cpp Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
Clipper.h Clipper: const correctness 2016-09-22 21:01:49 -04:00
CMakeLists.txt VideoSW: Use more VideoCommon 2016-01-06 22:10:29 +01:00
DebugUtil.cpp Remove Frameskip 2016-10-08 11:49:51 -05:00
DebugUtil.h DebugUtils: const correctness 2016-09-22 21:05:17 -04:00
EfbCopy.cpp Remove Frameskip 2016-10-08 11:49:51 -05:00
EfbCopy.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
EfbInterface.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
EfbInterface.h EfbInterface: Change out parameters on getters to return by value 2016-09-21 20:56:44 -04:00
NativeVertexFormat.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
Rasterizer.cpp Rasterizer: const correctness 2016-09-22 20:39:28 -04:00
Rasterizer.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
SetupUnit.cpp Fix building with PCH disabled. 2016-10-11 14:25:14 -05:00
SetupUnit.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Software.vcxproj VideoSW: Use more VideoCommon 2016-01-06 22:10:29 +01:00
SWmain.cpp Merge pull request #4240 from lioncash/include 2016-10-02 20:31:35 -07:00
SWOGLWindow.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
SWOGLWindow.h SWOGLWindow: const correctness for ShowImage 2016-09-21 12:54:22 -04:00
SWRenderer.cpp Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
SWRenderer.h AVIDump: Move CoreTiming into caller. 2016-10-10 12:03:18 +02:00
SWVertexLoader.cpp Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
SWVertexLoader.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
Tev.cpp VideoSoftware: Fix unsigned overflow bug in fog 2016-09-02 10:12:44 +12:00
Tev.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TextureEncoder.cpp TextureEncoder: const correctness 2016-09-22 21:01:56 -04:00
TextureEncoder.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TextureSampler.cpp Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
TextureSampler.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TransformUnit.cpp Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
TransformUnit.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Vec3.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00
VideoBackend.h Software: Clean out unnecessary includes/fwd decls 2016-09-24 05:28:00 -04:00