mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Make DolphinWX/ mostly IWYU clean.
This commit is contained in:
@ -4,8 +4,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/translation.h>
|
||||
#include <wx/windowid.h>
|
||||
|
||||
class CRegisterView;
|
||||
class IniFile;
|
||||
class wxWindow;
|
||||
|
||||
class CRegisterWindow
|
||||
: public wxPanel
|
||||
|
Reference in New Issue
Block a user