DolphinWX: Remove unnecessary forward declarations

These are all fully defined
This commit is contained in:
Lioncash
2015-04-28 17:31:13 -04:00
parent 79dff19aa0
commit 88f7536d81
38 changed files with 1 additions and 56 deletions

View File

@ -7,8 +7,6 @@
#include <wx/listctrl.h>
#include <wx/windowid.h>
class wxWindow;
class CBreakPointView : public wxListCtrl
{
public:

View File

@ -16,7 +16,6 @@
class CBreakPointView;
class CCodeWindow;
class wxListEvent;
class wxWindow;
class CBreakPointWindow : public wxPanel
{

View File

@ -23,7 +23,6 @@ wxDECLARE_EVENT(wxEVT_CODEVIEW_CHANGE, wxCommandEvent);
class DebugInterface;
class SymbolDB;
class wxPaintDC;
class wxWindow;
class CCodeView : public wxControl
{

View File

@ -19,7 +19,6 @@ class CMemoryView;
class wxAuiNotebook;
class wxAuiToolBar;
class wxListBox;
class wxWindow;
class DSPDebuggerLLE : public wxPanel
{

View File

@ -12,8 +12,6 @@
#include "Common/CommonTypes.h"
class wxWindow;
class CDSPRegTable : public wxGridTableBase
{
private:

View File

@ -17,7 +17,6 @@
class wxButton;
class wxChoice;
class wxTextCtrl;
class wxWindow;
class GFXDebuggerPanel : public wxPanel, public GFXDebuggerBase
{

View File

@ -22,7 +22,6 @@
class wxButton;
class wxListBox;
class wxTextCtrl;
class wxWindow;
class JitBlockList : public wxListCtrl
{

View File

@ -10,7 +10,6 @@
#include "Common/CommonTypes.h"
class DebugInterface;
class wxWindow;
class CMemoryView : public wxControl
{

View File

@ -20,7 +20,6 @@ class wxButton;
class wxCheckBox;
class wxListBox;
class wxTextCtrl;
class wxWindow;
class CMemoryWindow : public wxPanel
{

View File

@ -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

View File

@ -13,7 +13,6 @@
#include <wx/windowid.h>
class CRegisterView;
class wxWindow;
class CRegisterWindow : public wxPanel
{

View File

@ -13,8 +13,6 @@
#include "Common/CommonTypes.h"
class wxWindow;
class CWatchTable : public wxGridTableBase
{
enum

View File

@ -14,7 +14,6 @@
#include <wx/aui/framemanager.h>
class CWatchView;
class wxWindow;
class CWatchWindow : public wxPanel
{