mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Remove or comment Ruler.h, Overlay.h, OverlayPanel.h in other headers
This commit is contained in:
parent
39f2d1ca52
commit
b83ed90cfb
@ -12,7 +12,7 @@
|
||||
#define __AUDACITY_ADORNED_RULER_PANEL__
|
||||
|
||||
#include "CellularPanel.h"
|
||||
#include "widgets/Ruler.h"
|
||||
#include "widgets/Ruler.h" // member variable
|
||||
|
||||
#include "MemoryX.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#ifndef __AUDACITY_CELLULAR_PANEL__
|
||||
#define __AUDACITY_CELLULAR_PANEL__
|
||||
|
||||
#include "widgets/OverlayPanel.h"
|
||||
#include "widgets/OverlayPanel.h" // to inherit
|
||||
|
||||
class ViewInfo;
|
||||
class AudacityProject;
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "Effect.h"
|
||||
#include "../xml/XMLTagHandler.h"
|
||||
#include "../widgets/Grid.h"
|
||||
#include "../widgets/Ruler.h"
|
||||
#include "../RealFFTf.h"
|
||||
#include "../SampleFormat.h"
|
||||
|
||||
@ -58,6 +57,7 @@ class wxStaticText;
|
||||
class Envelope;
|
||||
class EnvelopeEditor;
|
||||
class EqualizationPanel;
|
||||
class RulerPanel;
|
||||
|
||||
//
|
||||
// One point in a curve
|
||||
|
@ -12,7 +12,7 @@ Paul Licameli split from TrackPanel.cpp
|
||||
#define __AUDACITY_EDIT_CURSOR_OVERLAY__
|
||||
|
||||
#include <memory>
|
||||
#include "../../widgets/Overlay.h"
|
||||
#include "../../widgets/Overlay.h" // to inherit
|
||||
|
||||
class AudacityProject;
|
||||
|
||||
|
@ -13,7 +13,7 @@ Paul Licameli split from TrackPanel.cpp
|
||||
|
||||
#include <wx/event.h> // to inherit
|
||||
#include "../../MemoryX.h"
|
||||
#include "../../widgets/Overlay.h"
|
||||
#include "../../widgets/Overlay.h" // to inherit
|
||||
|
||||
class AudacityProject;
|
||||
|
||||
|
@ -17,7 +17,7 @@ Paul Licameli split from TrackPanel.cpp
|
||||
#include <vector>
|
||||
#include <wx/longlong.h>
|
||||
|
||||
#include "../../widgets/Overlay.h"
|
||||
#include "../../widgets/Overlay.h" // to inherit
|
||||
#include "../../commands/CommandFunctors.h"
|
||||
#include "../../commands/CommandContext.h"
|
||||
#include "../../commands/CommandManager.h" // for MenuTable
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <wx/timer.h> // member variable
|
||||
|
||||
#include "../SampleFormat.h"
|
||||
#include "Ruler.h"
|
||||
#include "Ruler.h" // member variable
|
||||
|
||||
class AudacityProject;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user