mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
FilesystemWidget: Replace DiscIO includes with forward declarations
Avoids the need to use an ugly ifdef around a header, and also resolves an indirect inclusion in PropertiesDialog.
This commit is contained in:
parent
e67cbd462b
commit
d1d584d16b
3 changed files with 10 additions and 8 deletions
|
@ -7,6 +7,8 @@
|
|||
#include <QTabWidget>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
#include "DiscIO/Enums.h"
|
||||
|
||||
#include "DolphinQt2/Config/ARCodeWidget.h"
|
||||
#include "DolphinQt2/Config/FilesystemWidget.h"
|
||||
#include "DolphinQt2/Config/GameConfigWidget.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue