1
0
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:
Paul Licameli
2018-11-11 16:11:18 -05:00
parent b1ce24c087
commit 8cf6874555
32 changed files with 30 additions and 39 deletions

View File

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

View File

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