1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Remove some unnecessary #include directives

This commit is contained in:
Paul Licameli
2019-05-15 14:05:19 -04:00
parent eeb290aeb6
commit f6adeed47b
47 changed files with 40 additions and 66 deletions

View File

@@ -43,7 +43,6 @@ a draggable point type.
#include <wx/log.h>
#include "AColor.h"
#include "DirManager.h"
#include "TrackArtist.h"
static const double VALUE_TOLERANCE = 0.001;
@@ -318,7 +317,6 @@ static void DrawPoint(wxDC & dc, const wxRect & r, int x, int y, bool top)
}
#include "TrackPanelDrawingContext.h"
#include "tracks/ui/EnvelopeHandle.h"
/// TODO: This should probably move to track artist.
void Envelope::DrawPoints