1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

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

@@ -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"