1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +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 "prefs/DirectoriesPrefs.h"
#include "tracks/ui/Scrubbing.h"
#include "widgets/FileHistory.h"
//temporarily commented out till it is added to all projects
//#include "Profiler.h"

View File

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

View File

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

View File

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

View File

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

View File

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