1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10: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:
Paul Licameli 2020-05-27 20:18:56 -04:00
parent 226a80140a
commit a57b63c63f
3 changed files with 7 additions and 1 deletions

View File

@ -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)
{

View File

@ -136,4 +136,7 @@ public:
AudacityProject *project);
};
// Unnecessary #include to indicate otherwise hidden link dependencies
#include "TrackPanel.h"
#endif

View File

@ -51,4 +51,7 @@ public:
}
};
// Unnecessary #include to indicate otherwise hidden link dependencies
#include "TrackPanel.h"
#endif