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:
@@ -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"
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user