mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinWX: Remove unnecessary forward declarations
These are all fully defined
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/windowid.h>
|
||||
|
||||
class wxWindow;
|
||||
|
||||
class CBreakPointView : public wxListCtrl
|
||||
{
|
||||
public:
|
||||
|
@ -16,7 +16,6 @@
|
||||
class CBreakPointView;
|
||||
class CCodeWindow;
|
||||
class wxListEvent;
|
||||
class wxWindow;
|
||||
|
||||
class CBreakPointWindow : public wxPanel
|
||||
{
|
||||
|
@ -23,7 +23,6 @@ wxDECLARE_EVENT(wxEVT_CODEVIEW_CHANGE, wxCommandEvent);
|
||||
class DebugInterface;
|
||||
class SymbolDB;
|
||||
class wxPaintDC;
|
||||
class wxWindow;
|
||||
|
||||
class CCodeView : public wxControl
|
||||
{
|
||||
|
@ -19,7 +19,6 @@ class CMemoryView;
|
||||
class wxAuiNotebook;
|
||||
class wxAuiToolBar;
|
||||
class wxListBox;
|
||||
class wxWindow;
|
||||
|
||||
class DSPDebuggerLLE : public wxPanel
|
||||
{
|
||||
|
@ -12,8 +12,6 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class wxWindow;
|
||||
|
||||
class CDSPRegTable : public wxGridTableBase
|
||||
{
|
||||
private:
|
||||
|
@ -17,7 +17,6 @@
|
||||
class wxButton;
|
||||
class wxChoice;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
class GFXDebuggerPanel : public wxPanel, public GFXDebuggerBase
|
||||
{
|
||||
|
@ -22,7 +22,6 @@
|
||||
class wxButton;
|
||||
class wxListBox;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
class JitBlockList : public wxListCtrl
|
||||
{
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class DebugInterface;
|
||||
class wxWindow;
|
||||
|
||||
class CMemoryView : public wxControl
|
||||
{
|
||||
|
@ -20,7 +20,6 @@ class wxButton;
|
||||
class wxCheckBox;
|
||||
class wxListBox;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
class CMemoryWindow : public wxPanel
|
||||
{
|
||||
|
@ -12,8 +12,6 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class wxWindow;
|
||||
|
||||
// New register view:
|
||||
// R0 0x8000000 F0 0.0000 F0_PS1 0.0000
|
||||
// R1 0x8000000 F1 0.0000 F1_PS1 0.0000
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include <wx/windowid.h>
|
||||
|
||||
class CRegisterView;
|
||||
class wxWindow;
|
||||
|
||||
class CRegisterWindow : public wxPanel
|
||||
{
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class wxWindow;
|
||||
|
||||
class CWatchTable : public wxGridTableBase
|
||||
{
|
||||
enum
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <wx/aui/framemanager.h>
|
||||
|
||||
class CWatchView;
|
||||
class wxWindow;
|
||||
|
||||
class CWatchWindow : public wxPanel
|
||||
{
|
||||
|
Reference in New Issue
Block a user