1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 06:10:09 +01:00

Remove <wx/menu.h> from CommandManager.h, moving inline functions out

This commit is contained in:
Paul Licameli
2019-03-23 10:53:24 -04:00
parent a0d9e31c42
commit 0dd0a5cb5a
13 changed files with 48 additions and 13 deletions

View File

@@ -14,6 +14,7 @@
#include <wx/filedlg.h>
#include <wx/font.h>
#include <wx/fontdlg.h>
#include <wx/menu.h>
#include <wx/msgdlg.h>
#include <wx/settings.h>
#include <wx/sizer.h>