mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove WaveTrack.h from other headers
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "TrackPanelAx.h"
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include <wx/wxprec.h>
|
||||
|
||||
@@ -23,11 +26,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "TrackPanelAx.h"
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "Track.h"
|
||||
|
||||
TrackPanelAx::TrackPanelAx( wxWindow *window )
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
:wxWindowAccessible( window )
|
||||
|
||||
Reference in New Issue
Block a user