mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
More unnecessary includes indicating hidden link dependencies...
... This brings the big s.c.c. to 88 files
This commit is contained in:
@@ -85,7 +85,7 @@ enum {
|
||||
const int kSlowTimerInterval = 1000; // ms
|
||||
|
||||
// This timer interval is used in some busy-wait loops and is much shorter.
|
||||
const int kTimerInterval = 50; // ms
|
||||
// const int kTimerInterval = 50; // ms
|
||||
|
||||
static double wxDateTime_to_AudacityTime(wxDateTime& dateTime)
|
||||
{
|
||||
|
||||
@@ -136,4 +136,7 @@ public:
|
||||
AudacityProject *project);
|
||||
};
|
||||
|
||||
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||
#include "TrackPanel.h"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -51,4 +51,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||
#include "TrackPanel.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user