1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Remove FileHistory.h, KeyView.h from .h files

This commit is contained in:
Paul Licameli
2019-03-30 15:22:43 -04:00
parent 5d7584e91a
commit 2d8abe6b74
6 changed files with 7 additions and 4 deletions

View File

@@ -100,6 +100,7 @@ It handles initialization and termination by subclassing wxApp.
#include "widgets/ErrorDialog.h" #include "widgets/ErrorDialog.h"
#include "prefs/DirectoriesPrefs.h" #include "prefs/DirectoriesPrefs.h"
#include "tracks/ui/Scrubbing.h" #include "tracks/ui/Scrubbing.h"
#include "widgets/FileHistory.h"
//temporarily commented out till it is added to all projects //temporarily commented out till it is added to all projects
//#include "Profiler.h" //#include "Profiler.h"

View File

@@ -24,7 +24,6 @@
#include <wx/dir.h> // for wxDIR_FILES #include <wx/dir.h> // for wxDIR_FILES
#include <wx/timer.h> // member variable #include <wx/timer.h> // member variable
#include "widgets/FileHistory.h"
#include "ondemand/ODTaskThread.h" #include "ondemand/ODTaskThread.h"
#if defined(EXPERIMENTAL_CRASH_REPORT) #if defined(EXPERIMENTAL_CRASH_REPORT)
@@ -41,6 +40,7 @@ class CommandHandler;
class AppCommandEvent; class AppCommandEvent;
class AudacityLogger; class AudacityLogger;
class AudacityProject; class AudacityProject;
class FileHistory;
void SaveWindowSize(); void SaveWindowSize();

View File

@@ -48,6 +48,7 @@
#include "prefs/TracksPrefs.h" #include "prefs/TracksPrefs.h"
#include "toolbars/ControlToolBar.h" #include "toolbars/ControlToolBar.h"
#include "toolbars/ToolManager.h" #include "toolbars/ToolManager.h"
#include "widgets/FileHistory.h"
#include <wx/menu.h> #include <wx/menu.h>

View File

@@ -15,6 +15,7 @@
#include "../export/Export.h" #include "../export/Export.h"
#include "../export/ExportMultiple.h" #include "../export/ExportMultiple.h"
#include "../widgets/ErrorDialog.h" #include "../widgets/ErrorDialog.h"
#include "../widgets/FileHistory.h"
#ifdef USE_MIDI #ifdef USE_MIDI
#include "../import/ImportMIDI.h" #include "../import/ImportMIDI.h"

View File

@@ -18,14 +18,14 @@ class ShuttleGui;
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/timer.h> // member variable #include <wx/timer.h> // member variable
#include "../widgets/KeyView.h"
#include "PrefsPanel.h" #include "PrefsPanel.h"
class wxRadioButton; class wxRadioButton;
class wxStaticText; class wxStaticText;
class wxTextCtrl; class wxTextCtrl;
class KeyView;
struct NormalizedKeyString; struct NormalizedKeyString;
enum ViewByType : int;
class KeyConfigPrefs final : public PrefsPanel class KeyConfigPrefs final : public PrefsPanel
{ {

View File

@@ -59,7 +59,7 @@ public:
// Declare the KeyNode arrays // Declare the KeyNode arrays
// Types of view currently supported // Types of view currently supported
enum ViewByType enum ViewByType : int
{ {
ViewByTree, ViewByTree,
ViewByName, ViewByName,