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:
Lioncash
2018-07-14 23:07:23 -04:00
parent 6044165f9d
commit 71de1abd88
3 changed files with 1 additions and 5 deletions

View File

@ -5,9 +5,6 @@
#pragma once
#include <memory>
#include <string>
#include "Core/ConfigManager.h"
struct BootParameters;