mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Remove wx/textctrl.h from headers
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
#include <wx/defs.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/control.h> // to inherit
|
||||
|
||||
#include "../Internat.h"
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
#if wxUSE_VALIDATORS
|
||||
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/textctrl.h> // complete type needed in template function
|
||||
#include <wx/validate.h>
|
||||
|
||||
#include <limits>
|
||||
|
Reference in New Issue
Block a user