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

Can't remove remaining wx headers from other headers, comment that

This commit is contained in:
Paul Licameli
2018-11-14 11:48:46 -05:00
parent 6a973f6700
commit 4714d72b3f
33 changed files with 40 additions and 40 deletions

View File

@@ -20,7 +20,7 @@
#include <wx/defs.h>
#include <wx/frame.h> // to inherit
#include <wx/timer.h>
#include <wx/timer.h> // member variable
#include "EffectManager.h"

View File

@@ -11,7 +11,7 @@
#ifndef AUDACITY_VSTCONTROL_H
#define AUDACITY_VSTCONTROL_H
#include <wx/control.h>
#include <wx/control.h> // to inherit
#include "aeffectx.h"

View File

@@ -15,7 +15,7 @@
#include <Carbon/Carbon.h>
#endif
#include <wx/osx/private.h>
#include <wx/osx/private.h> // to inherit wxWidgetCocoaImpl
#include "VSTControl.h"

View File

@@ -22,8 +22,8 @@
#include <Carbon/Carbon.h>
#endif
#include <wx/osx/private.h>
#include <wx/control.h>
#include <wx/osx/private.h> // to inherit wxWidgetCocoaImpl
#include <wx/control.h> // to inherit
#include <AudioUnit/AudioComponent.h>
#include <AudioUnit/AudioUnit.h>