mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Remove Sequence.h from other headers
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <wx/timer.h>
|
||||
|
||||
#include "../SampleFormat.h"
|
||||
#include "../Sequence.h"
|
||||
#include "Ruler.h"
|
||||
|
||||
// Event used to notify all meters of preference changes
|
||||
@@ -57,8 +56,8 @@ class MeterUpdateMsg
|
||||
int tailPeakCount[kMaxMeterBars];
|
||||
|
||||
/* neither constructor nor destructor do anything */
|
||||
MeterUpdateMsg() { };
|
||||
~MeterUpdateMsg() { };
|
||||
MeterUpdateMsg() { }
|
||||
~MeterUpdateMsg() { }
|
||||
/* for debugging purposes, printing the values out is really handy */
|
||||
/** \brief Print out all the values in the meter update message */
|
||||
wxString toString();
|
||||
|
||||
@@ -166,9 +166,9 @@ different formats.
|
||||
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../AudacityApp.h"
|
||||
#include "NumericTextCtrl.h"
|
||||
#include "../Sequence.h" // for sampleCount
|
||||
#include "audacity/Types.h"
|
||||
#include "../AudacityApp.h"
|
||||
#include "../Theme.h"
|
||||
#include "../AllThemeResources.h"
|
||||
#include "../AColor.h"
|
||||
|
||||
Reference in New Issue
Block a user