1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +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

@@ -49,6 +49,7 @@ for drawing different aspects of the label and its text box.
#include <wx/event.h>
#include <wx/intl.h>
#include <wx/log.h>
#include <wx/menu.h>
#include <wx/pen.h>
#include <wx/string.h>
#include <wx/textfile.h>