mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -5,9 +5,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
struct BootParameters;
|
||||
|
||||
|
Reference in New Issue
Block a user