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

Remove wx/panel.h from headers

This commit is contained in:
Paul Licameli
2018-11-14 11:54:31 -05:00
parent 2e05d2d884
commit 2587a4adba
10 changed files with 5 additions and 11 deletions

View File

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

View File

@@ -15,7 +15,6 @@
#include <vector>
#include <wx/defs.h>
#include <wx/dragimag.h> // use macros and typedefs in this header
#include <wx/panel.h>
#include <wx/timer.h>
#include <wx/minifram.h>

View File

@@ -22,7 +22,6 @@
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/panel.h>
#include <wx/control.h> // to inherit
#include "../Internat.h"

View File

@@ -10,7 +10,7 @@
#define __AUDACITY_WXPANEL_WRAPPER__
#include "../MemoryX.h"
#include <wx/panel.h>
#include <wx/panel.h> // to inherit
#include <wx/dialog.h> // to inherit
#include "../Internat.h"