dolphin/Source/Core/DolphinWX/Cheats
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
..
ARCodeAddEdit.cpp CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ARCodeAddEdit.h CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ActionReplayCodesPanel.cpp CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ActionReplayCodesPanel.h CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
CheatSearchTab.cpp More debug text fixes 2016-11-02 17:46:52 +01:00
CheatSearchTab.h WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
CheatsWindow.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
CheatsWindow.h WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
CreateCodeDialog.cpp Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
CreateCodeDialog.h WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
GeckoCodeDiag.cpp WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
GeckoCodeDiag.h ISOProperties: Add notification when Cheats are disabled. 2016-08-31 14:32:12 +10:00