1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove or comment wxPanelWrapper.h in headers

This commit is contained in:
Paul Licameli
2019-03-30 15:06:57 -04:00
parent 0b733eed3f
commit 2e1fe80601
29 changed files with 25 additions and 29 deletions

View File

@@ -16,6 +16,7 @@
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/window.h> // to inherit
#include "ImageRoll.h"

View File

@@ -17,7 +17,7 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/timer.h> // member variable
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
class wxArrayString;
class wxBitmap;

View File

@@ -11,7 +11,7 @@
#include "../MemoryX.h"
#include <wx/dcmemory.h> // member variable
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
/// \brief BackedPanel is for a panel that consists of a bitmap with something drawn

View File

@@ -16,7 +16,7 @@
#include <wx/defs.h>
#include <wx/msgdlg.h> // to inherit
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
class AudacityProject;

View File

@@ -19,7 +19,7 @@
#include <wx/minifram.h> // to inherit
#include "ImageRoll.h"
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
#include <unordered_map>

View File

@@ -15,7 +15,7 @@
#include "../Audacity.h"
#include <wx/defs.h>
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
class AudacityProject;

View File

@@ -15,7 +15,7 @@
#include <vector>
#include <wx/dc.h> // for enum wxRasterOperationMode
#include <wx/defs.h>
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
#if !wxCHECK_VERSION(3,0,0)
#define wxRasterOperationMode int

View File

@@ -17,7 +17,7 @@
#define __AUDACITY_LINKINGHTMLWINDOW__
#include "HtmlWindow.h" // to inherit
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);

View File

@@ -25,7 +25,7 @@
#include <wx/defs.h>
#include <wx/evtloop.h> // member variable
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
class wxGauge;
class wxStaticText;

View File

@@ -11,7 +11,7 @@
#ifndef __AUDACITY_RULER__
#define __AUDACITY_RULER__
#include "wxPanelWrapper.h"
#include "wxPanelWrapper.h" // to inherit
#include <wx/colour.h> // member variable
#include <wx/pen.h> // member variable