1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02: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

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