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,12 +4,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <wx/wx.h>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/windowid.h>
|
||||
|
||||
class CFrame;
|
||||
class LogManager;
|
||||
class CLogWindow;
|
||||
class wxCheckBox;
|
||||
class wxCheckListBox;
|
||||
class wxCommandEvent;
|
||||
class wxRadioBox;
|
||||
class wxWindow;
|
||||
|
||||
class LogConfigWindow : public wxPanel
|
||||
{
|
||||
|
Reference in New Issue
Block a user