mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
More unnecessary includes indicating hidden link dependencies...
... This brings the big s.c.c. to 88 files
This commit is contained in:
parent
226a80140a
commit
a57b63c63f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user