1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove wx/{checklst,wfstream,version,variant,types}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 17:32:06 -05:00
parent 34f318cd41
commit 77f747daeb
7 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,6 @@
#include <vector>
#include <wx/dc.h> // for enum wxRasterOperationMode
#include <wx/defs.h>
#include <wx/version.h>
#include "wxPanelWrapper.h"
#if !wxCHECK_VERSION(3,0,0)

View File

@@ -15,7 +15,6 @@
#include <wx/colour.h> // member variable
#include <wx/pen.h> // member variable
#include <wx/types.h>
class wxArrayString;
class wxDC;