mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +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
|
const int kSlowTimerInterval = 1000; // ms
|
||||||
|
|
||||||
// This timer interval is used in some busy-wait loops and is much shorter.
|
// 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)
|
static double wxDateTime_to_AudacityTime(wxDateTime& dateTime)
|
||||||
{
|
{
|
||||||
|
@ -136,4 +136,7 @@ public:
|
|||||||
AudacityProject *project);
|
AudacityProject *project);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||||
|
#include "TrackPanel.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -51,4 +51,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Unnecessary #include to indicate otherwise hidden link dependencies
|
||||||
|
#include "TrackPanel.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user