1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-09 16:05:39 +01:00

Remove wx/app.h from AudacityException.h

This commit is contained in:
Paul Licameli
2021-06-11 23:35:19 -04:00
parent e5512b0daf
commit 9ed63b0321
53 changed files with 56 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ It forwards the actual work of doing the commands to the ScreenshotCommand.
#include "commands/ScreenshotCommand.h"
#include "commands/CommandTargets.h"
#include "commands/CommandContext.h"
#include <wx/app.h>
#include <wx/defs.h>
#include <wx/event.h>
#include <wx/frame.h>