mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Remove unnecessary #include-s in TimeTrack
This commit is contained in:
parent
a7cc55e9e7
commit
df14253a50
@ -24,11 +24,9 @@
|
|||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include "widgets/Ruler.h"
|
#include "widgets/Ruler.h"
|
||||||
#include "Envelope.h"
|
#include "Envelope.h"
|
||||||
#include "Prefs.h"
|
|
||||||
#include "Project.h"
|
#include "Project.h"
|
||||||
#include "ProjectSettings.h"
|
#include "ProjectSettings.h"
|
||||||
#include "ProjectFileIORegistry.h"
|
#include "ProjectFileIORegistry.h"
|
||||||
#include "ViewInfo.h"
|
|
||||||
|
|
||||||
//TODO-MB: are these sensible values?
|
//TODO-MB: are these sensible values?
|
||||||
#define TIMETRACK_MIN 0.01
|
#define TIMETRACK_MIN 0.01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user