1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-24 23:33:50 +02:00

Remove or comment wxPanelWrapper.h in headers

This commit is contained in:
Paul Licameli
2019-03-30 15:06:57 -04:00
parent 0b733eed3f
commit 2e1fe80601
29 changed files with 25 additions and 29 deletions

View File

@@ -15,7 +15,7 @@
#include <vector>
#include <wx/filename.h> // member variable
#include "../SampleFormat.h"
#include "../widgets/wxPanelWrapper.h"
#include "../widgets/wxPanelWrapper.h" // to inherit
class wxArrayString;
class FileDialogWrapper;

View File

@@ -19,7 +19,6 @@ LRN
#include "../xml/XMLFileReader.h"
#include "../FileNames.h"
#include "../widgets/wxPanelWrapper.h"
#include <unordered_map>