1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 14:35:32 +01: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

@@ -15,7 +15,7 @@
#include "Audacity.h"
#include <vector>
#include <wx/textctrl.h>
#include <wx/textctrl.h> // to inherit
#include "commands/CommandManagerWindowClasses.h"
#include "widgets/wxPanelWrapper.h"