mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 21:09:44 -05:00
Core/BootManager: Remove unnecessary includes
Lessens the amount of files that have to be recompiled if ConfigManager.h is modified. This also removes an indirect inclusion within DolphinQt/Main.cpp.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Config/Config.h"
|
||||
|
||||
Reference in New Issue
Block a user