mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 17:17:40 +02:00
Remove some nested #include from TrackPanelAx.h
This commit is contained in:
parent
71036bed01
commit
43899da80d
@ -29,6 +29,7 @@
|
|||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
|
|
||||||
#include "Track.h"
|
#include "Track.h"
|
||||||
|
#include "TrackPanel.h"
|
||||||
#include "Internat.h"
|
#include "Internat.h"
|
||||||
|
|
||||||
TrackPanelAx::TrackPanelAx( wxWindow *window )
|
TrackPanelAx::TrackPanelAx( wxWindow *window )
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#ifndef __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
|
#ifndef __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
|
||||||
#define __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
|
#define __AUDACITY_TRACK_PANEL_ACCESSIBILITY__
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
#include <wx/window.h>
|
#include <wx/window.h>
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
|
|
||||||
@ -19,8 +20,8 @@
|
|||||||
#include "widgets/WindowAccessible.h"
|
#include "widgets/WindowAccessible.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Track.h"
|
class Track;
|
||||||
#include "TrackPanel.h"
|
class TrackPanel;
|
||||||
|
|
||||||
class TrackPanelAx final
|
class TrackPanelAx final
|
||||||
#if wxUSE_ACCESSIBILITY
|
#if wxUSE_ACCESSIBILITY
|
||||||
|
@ -15,7 +15,9 @@ Paul Licameli split from TrackPanel.cpp
|
|||||||
#include "../../AColor.h"
|
#include "../../AColor.h"
|
||||||
#include "../../AdornedRulerPanel.h"
|
#include "../../AdornedRulerPanel.h"
|
||||||
#include "../../Project.h"
|
#include "../../Project.h"
|
||||||
|
#include "../../Track.h"
|
||||||
#include "../../TrackPanelAx.h"
|
#include "../../TrackPanelAx.h"
|
||||||
|
#include "../../TrackPanel.h"
|
||||||
#include "../../ViewInfo.h"
|
#include "../../ViewInfo.h"
|
||||||
|
|
||||||
#include <wx/dc.h>
|
#include <wx/dc.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user