Remove wx/window.h from headers

This commit is contained in:
Paul Licameli 2018-11-11 16:00:17 -05:00
parent b8aea73c91
commit b1ce24c087
33 changed files with 2 additions and 44 deletions

View File

@ -19,7 +19,6 @@
#include <wx/dc.h>
#include <wx/dcmemory.h>
#include <wx/font.h>
#include <wx/window.h>
class ViewInfo;
class AudacityProject;

View File

@ -12,7 +12,6 @@
#define __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
#include <memory>
#include <wx/window.h>
#include <wx/panel.h>
#include <wx/setup.h> // for wxUSE_* macros

View File

@ -14,7 +14,6 @@
#include <wx/bitmap.h>
#include <wx/gdicmn.h>
#include <wx/textctrl.h>
#include <wx/window.h>
#include "Effect.h"
#include "../widgets/wxPanelWrapper.h"

View File

@ -14,7 +14,6 @@
#include <wx/bitmap.h>
#include <wx/checkbox.h>
#include <wx/gdicmn.h>
#include <wx/window.h>
#include "../widgets/wxPanelWrapper.h"
#include "TwoPassSimpleMono.h"

View File

@ -18,7 +18,6 @@ Vaughan Johnson (Preview)
#include <wx/bitmap.h>
#include <wx/choice.h>
#include <wx/panel.h>
#include <wx/window.h>
#include "Biquad.h"

View File

@ -14,8 +14,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -15,7 +15,6 @@
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -13,7 +13,6 @@
#include <wx/defs.h>
#include <wx/dnd.h>
#include <wx/window.h>
#include "../widgets/Grid.h"
#include "PrefsPanel.h"

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class wxStaticText;

View File

@ -22,7 +22,6 @@ class ShuttleGui;
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@ -12,7 +12,6 @@
#include <wx/defs.h>
#include <wx/listctrl.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@ -14,8 +14,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -16,7 +16,6 @@
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/treebook.h>
#include <wx/window.h>
#include "../widgets/wxPanelWrapper.h"
#include "../Internat.h"

View File

@ -33,7 +33,6 @@ PrefsPanel.
#ifndef __AUDACITY_PREFS_PANEL__
#define __AUDACITY_PREFS_PANEL__
#include <wx/window.h>
#include "../widgets/wxPanelWrapper.h"
/* A few constants for an attempt at semi-uniformity */

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/textctrl.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -24,7 +24,6 @@
#include "../Experimental.h"
#include <wx/defs.h>
#include <wx/window.h>
#include "../WaveTrack.h"

View File

@ -15,7 +15,6 @@
#define __AUDACITY_THEME_PREFS__
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"

View File

@ -15,8 +15,6 @@
//#include <wx/defs.h>
//#include <wx/window.h>
#include <vector>
#include "PrefsPanel.h"
#include "../WaveTrack.h"

View File

@ -15,8 +15,6 @@
#include <wx/defs.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class ShuttleGui;

View File

@ -23,7 +23,6 @@
#endif
#include <wx/image.h>
#include <wx/window.h>
#include "ImageRoll.h"

View File

@ -16,7 +16,6 @@
#include "../MemoryX.h"
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/window.h>
#include <wx/panel.h>
#include <wx/timer.h>
#include "widgets/wxPanelWrapper.h"

View File

@ -16,7 +16,6 @@
#include <wx/defs.h>
#include <wx/msgdlg.h>
#include <wx/window.h>
#include "LinkingHtmlWindow.h"
#include "wxPanelWrapper.h"

View File

@ -16,7 +16,6 @@
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/grid.h>
#include <wx/window.h>
#include <wx/weakref.h>
#include "audacity/Types.h"

View File

@ -34,7 +34,6 @@ flicker-free use.
#include <wx/defs.h>
#include <wx/dc.h>
#include <wx/gdicmn.h>
#include <wx/window.h>
#include <wx/statbmp.h>
////////////////////////////////////////////////////////////

View File

@ -17,7 +17,6 @@
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/grid.h>
#include <wx/window.h>
#include "NumericTextCtrl.h"
#include "../Internat.h"

View File

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

View File

@ -15,8 +15,8 @@
#define __AUDACITY_MULTIDIALOG__
#include <wx/defs.h>
#include <wx/window.h>
#include <wx/chartype.h>
class wxString;
const wxString &DefaultMultiDialogMessage();

View File

@ -14,7 +14,7 @@
#include "../Audacity.h"
#include <wx/defs.h>
#include <wx/window.h>
class wxString;
// "Don't show this warning again"
const wxString &DefaultWarningFooter();