mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 14:28:34 +00:00
InfinityBaseWindow: Move core headers into cpp file
Restricts the headers to the cpp file where they're needed and prevents the headers from "leaking" into other translation units.
This commit is contained in:
parent
d092381d25
commit
fae5ca39ad
2 changed files with 11 additions and 4 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "DolphinQt/InfinityBase/InfinityBaseWindow.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
#include <QCompleter>
|
||||
|
@ -19,6 +21,8 @@
|
|||
#include "Common/IOFile.h"
|
||||
|
||||
#include "Core/Config/MainSettings.h"
|
||||
#include "Core/Core.h"
|
||||
#include "Core/IOS/USB/Emulated/Infinity.h"
|
||||
#include "Core/System.h"
|
||||
|
||||
#include "DolphinQt/QtUtils/DolphinFileDialog.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue