mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Include Menus.h directly, only where needed, not via Project.h
This commit is contained in:
@@ -88,6 +88,7 @@ CommandManager. It holds the callback for one command.
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include "../AudacityException.h"
|
||||
#include "../Menus.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
|
||||
|
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "OpenSaveCommands.h"
|
||||
#include "../Menus.h"
|
||||
#include "../Project.h"
|
||||
#include "../export/Export.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
@@ -17,6 +17,7 @@ SetPreferenceCommand classes
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "PreferenceCommands.h"
|
||||
#include "../Menus.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../commands/CommandContext.h"
|
||||
|
Reference in New Issue
Block a user