1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +02:00

Remove wx/{docview,datetime,datectrl,cursor}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-16 10:26:39 -05:00
parent 5e2b8cd825
commit ef98cfd74f
7 changed files with 2 additions and 7 deletions

View File

@@ -17,12 +17,12 @@
#define __AUDACITY_TIMERRECORD_DIALOG__
#include <wx/textctrl.h> // to inherit
#include <wx/datectrl.h>
#include <wx/timer.h>
#include "export/Export.h"
class wxCheckBox;
class wxDateEvent;
class wxDatePickerCtrl;
class wxTimerEvent;
class NumericTextCtrl;