mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
PatchesWidget: Convert Core and UICommon includes into forward declarations
Avoids propagating inclusions through UI headers
This commit is contained in:
@ -9,13 +9,22 @@
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#include "Core/PatchEngine.h"
|
||||
#include "UICommon/GameFile.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace PatchEngine
|
||||
{
|
||||
struct Patch;
|
||||
}
|
||||
|
||||
class QListWidget;
|
||||
class QListWidgetItem;
|
||||
class QPushButton;
|
||||
|
||||
namespace UICommon
|
||||
{
|
||||
class GameFile;
|
||||
}
|
||||
|
||||
class PatchesWidget : public QWidget
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user