dolphin/Source/Core/Core/FifoPlayer
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
..
FifoAnalyzer.cpp Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
FifoAnalyzer.h FifoPlayer: Get rid of unnecessary includes 2016-07-01 04:25:40 -04:00
FifoDataFile.cpp FifoDataFile: Convert FifoFrameInfo's fifoData member into a vector 2016-06-29 02:54:49 -04:00
FifoDataFile.h FifoDataFile: Convert FifoFrameInfo's fifoData member into a vector 2016-06-29 02:54:49 -04:00
FifoFileStruct.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FifoPlaybackAnalyzer.cpp FifoPlayer: Get rid of unnecessary includes 2016-07-01 04:25:40 -04:00
FifoPlaybackAnalyzer.h FifoPlayer: Get rid of semicolons on namespace braces 2016-07-01 04:36:05 -04:00
FifoPlayer.cpp Support for dynamic BAT modification (dynamic-bat). 2016-09-06 08:43:22 +02:00
FifoPlayer.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecordAnalyzer.cpp FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecordAnalyzer.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecorder.cpp Fix missing includes 2016-10-07 23:46:41 +02:00
FifoRecorder.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00