1
0
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:
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__
#include "CellularPanel.h"
#include "widgets/Ruler.h"
#include "widgets/Ruler.h" // member variable
#include "MemoryX.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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