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:
parent
14601660d9
commit
8de7528e27
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user