mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
Make DolphinWX/ mostly IWYU clean.
This commit is contained in:
@ -4,14 +4,21 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <wx/event.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/tipwin.h>
|
||||
#include <wx/windowid.h>
|
||||
|
||||
#include "DolphinWX/ISOFile.h"
|
||||
#include "DolphinWX/MemoryCards/WiiSaveCrypted.h"
|
||||
|
||||
class wxListEvent;
|
||||
class wxWindow;
|
||||
|
||||
class wxEmuStateTip : public wxTipWindow
|
||||
{
|
||||
|
Reference in New Issue
Block a user