mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
Two dependency cycles of two easily broken...
... WaveTrackVRulerControls and WaveTrackVZoomHandle; NoteTrackVRulerControls and NoteTrackVZoomHandle
This commit is contained in:
@@ -14,7 +14,7 @@ Paul Licameli split from TrackPanel.cpp
|
|||||||
|
|
||||||
#include "../../../../Experimental.h"
|
#include "../../../../Experimental.h"
|
||||||
|
|
||||||
#include "NoteTrackVRulerControls.h"
|
#include "../../../ui/TrackVRulerControls.h"
|
||||||
|
|
||||||
#include "../../../../HitTestResult.h"
|
#include "../../../../HitTestResult.h"
|
||||||
#include "../../../../NoteTrack.h"
|
#include "../../../../NoteTrack.h"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Paul Licameli split from TrackPanel.cpp
|
|||||||
|
|
||||||
#include "../../../../Experimental.h"
|
#include "../../../../Experimental.h"
|
||||||
|
|
||||||
#include "WaveTrackVRulerControls.h"
|
#include "../../../ui/TrackVRulerControls.h"
|
||||||
|
|
||||||
#include "../../../../HitTestResult.h"
|
#include "../../../../HitTestResult.h"
|
||||||
#include "../../../../NumberScale.h"
|
#include "../../../../NumberScale.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user