mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 17:29:01 +00: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:
parent
6044165f9d
commit
71de1abd88
3 changed files with 1 additions and 5 deletions
|
@ -5,9 +5,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
struct BootParameters;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue