1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Remove wx/event.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 15:39:46 -05:00
parent 71adb89342
commit c3aad2e026
52 changed files with 10 additions and 51 deletions

View File

@@ -15,7 +15,6 @@
#include <algorithm>
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/event.h>
#include <wx/grid.h>
#include <wx/window.h>
#include <wx/weakref.h>

View File

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

View File

@@ -16,7 +16,6 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/event.h>
#include <wx/grid.h>
#include <wx/window.h>
#include "NumericTextCtrl.h"

View File

@@ -22,7 +22,6 @@
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/event.h>
#include <wx/panel.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>

View File

@@ -21,7 +21,6 @@ tables, and automatically attaches and detaches the event handlers.
class wxCommandEvent;
class wxString;
#include <vector>
#include <wx/event.h>
#include <wx/menu.h>
#include "../MemoryX.h"