1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

CommandManager.cpp does not depend on AudacityHeaders.h

This commit is contained in:
Paul Licameli 2019-05-22 09:59:22 -04:00
parent 14601660d9
commit 8de7528e27

View File

@ -85,6 +85,7 @@ CommandManager. It holds the callback for one command.
#include "CommandContext.h"
#include <wx/defs.h>
#include <wx/evtloop.h>
#include <wx/hash.h>
#include <wx/intl.h>
#include <wx/log.h>
@ -94,6 +95,7 @@ CommandManager. It holds the callback for one command.
#include "../Menus.h"
#include "../PluginManager.h"
#include "../Project.h"
#include "../effects/EffectManager.h"
#include "../widgets/LinkingHtmlWindow.h"
#include "../widgets/AudacityMessageBox.h"