mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Make DolphinWX/ mostly IWYU clean.
This commit is contained in:
@ -4,10 +4,18 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DolphinWX/Frame.h"
|
||||
#include <wx/app.h>
|
||||
#include <wx/chartype.h>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
class CFrame;
|
||||
class wxLocale;
|
||||
class wxTimer;
|
||||
class wxTimerEvent;
|
||||
|
||||
// Define a new application
|
||||
class CFrame;
|
||||
class DolphinApp : public wxApp
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user