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

CommandManager.cpp does not include AudacityHeaders.h ...

... which I think was only meant to define a precompiled header for speed on
Windows, and is not necessary for compilation.  It is not included in many
other places.

The result is to shrink the big s.c.c. from 44 to 38.  Five files remain in
a new small component:

CommandManager
Menus
ToolBar
ToolDock
ToolManager

The sixth freed file is AudacityHeaders itself.
This commit is contained in:
Paul Licameli 2019-06-18 18:27:14 -04:00
parent de3a5aea2e
commit 796301efda

View File

@ -79,7 +79,6 @@ CommandManager. It holds the callback for one command.
#include "../Experimental.h"
#include "../AudacityHeaders.h"
#include "CommandManager.h"
#include "CommandContext.h"