mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Include only Registry.h where needed, without CommandManager.h
This commit is contained in:
parent
4a271ba549
commit
0c97138840
@ -19,7 +19,7 @@
|
||||
#include "../widgets/wxPanelWrapper.h" // to inherit
|
||||
#include "../FileNames.h" // for FileTypes
|
||||
|
||||
#include "../commands/CommandManager.h" // for Registry::Placement
|
||||
#include "../Registry.h"
|
||||
|
||||
class wxArrayString;
|
||||
class FileDialogWrapper;
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "../widgets/wxPanelWrapper.h" // to inherit
|
||||
#include "../FileNames.h" // for FileType
|
||||
|
||||
#include "../commands/CommandManager.h" // for Registry::Placement
|
||||
#include "../Registry.h"
|
||||
|
||||
class wxArrayString;
|
||||
class wxListBox;
|
||||
|
@ -30,7 +30,7 @@ MousePrefs, QualityPrefs, SpectrumPrefs and ThemePrefs.
|
||||
#include <functional>
|
||||
#include "../widgets/wxPanelWrapper.h" // to inherit
|
||||
#include "../include/audacity/ComponentInterface.h"
|
||||
#include "../commands/CommandManager.h"
|
||||
#include "../Registry.h"
|
||||
|
||||
/* A few constants for an attempt at semi-uniformity */
|
||||
#define PREFS_FONT_SIZE 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user