1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 20:52:09 +01:00

Remove wx/frame.h, wx/sizer.h, wx/access.h from headers

This commit is contained in:
Paul Licameli
2019-03-28 03:29:15 -04:00
parent ef9f3255dd
commit bcc2e0d13b
35 changed files with 21 additions and 33 deletions

View File

@@ -32,6 +32,7 @@ It forwards the actual work of doing the commands to the ScreenshotCommand.
#include <wx/image.h>
#include <wx/intl.h>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/statusbr.h>
#include <wx/textctrl.h>
#include <wx/timer.h>