mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-24 07:01:16 +01:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -75,8 +75,9 @@ CommandManager. It holds the callback for one command.
|
||||
|
||||
*//******************************************************************/
|
||||
|
||||
#include "../AudacityHeaders.h"
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include "../AudacityHeaders.h"
|
||||
#include "CommandManager.h"
|
||||
#include "CommandManagerWindowClasses.h"
|
||||
#include "CommandContext.h"
|
||||
|
||||
Reference in New Issue
Block a user