1
0
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:
Paul Licameli
2015-07-05 11:22:03 -04:00
parent 51d7b3670c
commit f81231efae
15 changed files with 32 additions and 17 deletions

View File

@@ -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();

View File

@@ -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"