1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Include only Registry.h where needed, without CommandManager.h

This commit is contained in:
Paul Licameli
2020-05-26 17:22:44 -04:00
parent 4a271ba549
commit 0c97138840
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#include "../widgets/wxPanelWrapper.h" // to inherit
#include "../FileNames.h" // for FileType
#include "../commands/CommandManager.h" // for Registry::Placement
#include "../Registry.h"
class wxArrayString;
class wxListBox;