mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-24 15:11:11 +01:00
Include Menus.h directly, only where needed, not via Project.h
This commit is contained in:
@@ -172,11 +172,8 @@ class WaveTrack;
|
||||
|
||||
#include "./commands/CommandManager.h"
|
||||
|
||||
// Include Menus.h for struct MenuCommandHandler
|
||||
// and all the functions it contains.
|
||||
|
||||
#include "Menus.h"
|
||||
|
||||
class MenuCommandHandler;
|
||||
class MenuManager;
|
||||
|
||||
class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
public TrackPanelListener,
|
||||
|
||||
Reference in New Issue
Block a user