Include only Registry.h where needed, without CommandManager.h

This commit is contained in:
Paul Licameli 2020-05-26 17:22:44 -04:00
parent 4a271ba549
commit 0c97138840
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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