mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-18 17:12:39 +00:00
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.)
This commit is contained in:
parent
c84ab13e81
commit
72e3f1ecec
36 changed files with 4 additions and 39 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <wx/textctrl.h>
|
||||
|
||||
#include "Core/ActionReplay.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "DolphinWX/Cheats/CheatsWindow.h"
|
||||
#include "DolphinWX/Cheats/CreateCodeDialog.h"
|
||||
#include "DolphinWX/ISOProperties.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue