mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 23:51:18 +01:00
Fix warnings, reduce header file dependencies
This commit is contained in:
13
src/Snap.h
13
src/Snap.h
@@ -18,13 +18,16 @@
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
#include "Project.h"
|
||||
#include "Track.h"
|
||||
#include "ViewInfo.h"
|
||||
#include "WaveClip.h"
|
||||
#include "widgets/NumericTextCtrl.h"
|
||||
|
||||
class AudacityProject;
|
||||
class Track;
|
||||
class TrackArray;
|
||||
class TrackClipArray;
|
||||
class WaveClip;
|
||||
class TrackList;
|
||||
class ZoomInfo;
|
||||
|
||||
class TrackClip
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user