1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02:00

Remove or comment Ruler.h, Overlay.h, OverlayPanel.h in other headers

This commit is contained in:
Paul Licameli
2019-03-30 16:07:00 -04:00
parent 39f2d1ca52
commit b83ed90cfb
7 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
#define __AUDACITY_ADORNED_RULER_PANEL__ #define __AUDACITY_ADORNED_RULER_PANEL__
#include "CellularPanel.h" #include "CellularPanel.h"
#include "widgets/Ruler.h" #include "widgets/Ruler.h" // member variable
#include "MemoryX.h" #include "MemoryX.h"

View File

@@ -11,7 +11,7 @@
#ifndef __AUDACITY_CELLULAR_PANEL__ #ifndef __AUDACITY_CELLULAR_PANEL__
#define __AUDACITY_CELLULAR_PANEL__ #define __AUDACITY_CELLULAR_PANEL__
#include "widgets/OverlayPanel.h" #include "widgets/OverlayPanel.h" // to inherit
class ViewInfo; class ViewInfo;
class AudacityProject; class AudacityProject;

View File

@@ -26,7 +26,6 @@
#include "Effect.h" #include "Effect.h"
#include "../xml/XMLTagHandler.h" #include "../xml/XMLTagHandler.h"
#include "../widgets/Grid.h" #include "../widgets/Grid.h"
#include "../widgets/Ruler.h"
#include "../RealFFTf.h" #include "../RealFFTf.h"
#include "../SampleFormat.h" #include "../SampleFormat.h"
@@ -58,6 +57,7 @@ class wxStaticText;
class Envelope; class Envelope;
class EnvelopeEditor; class EnvelopeEditor;
class EqualizationPanel; class EqualizationPanel;
class RulerPanel;
// //
// One point in a curve // One point in a curve

View File

@@ -12,7 +12,7 @@ Paul Licameli split from TrackPanel.cpp
#define __AUDACITY_EDIT_CURSOR_OVERLAY__ #define __AUDACITY_EDIT_CURSOR_OVERLAY__
#include <memory> #include <memory>
#include "../../widgets/Overlay.h" #include "../../widgets/Overlay.h" // to inherit
class AudacityProject; class AudacityProject;

View File

@@ -13,7 +13,7 @@ Paul Licameli split from TrackPanel.cpp
#include <wx/event.h> // to inherit #include <wx/event.h> // to inherit
#include "../../MemoryX.h" #include "../../MemoryX.h"
#include "../../widgets/Overlay.h" #include "../../widgets/Overlay.h" // to inherit
class AudacityProject; class AudacityProject;

View File

@@ -17,7 +17,7 @@ Paul Licameli split from TrackPanel.cpp
#include <vector> #include <vector>
#include <wx/longlong.h> #include <wx/longlong.h>
#include "../../widgets/Overlay.h" #include "../../widgets/Overlay.h" // to inherit
#include "../../commands/CommandFunctors.h" #include "../../commands/CommandFunctors.h"
#include "../../commands/CommandContext.h" #include "../../commands/CommandContext.h"
#include "../../commands/CommandManager.h" // for MenuTable #include "../../commands/CommandManager.h" // for MenuTable

View File

@@ -22,7 +22,7 @@
#include <wx/timer.h> // member variable #include <wx/timer.h> // member variable
#include "../SampleFormat.h" #include "../SampleFormat.h"
#include "Ruler.h" #include "Ruler.h" // member variable
class AudacityProject; class AudacityProject;