From 9363432b76d90c81a57794d3ae467f01104069fa Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 10 Jun 2017 12:00:42 -0400 Subject: [PATCH] Remove an #include --- src/TrackPanel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index c8422aa36..b10ddc2b1 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -178,7 +178,6 @@ is time to refresh some aspect of the screen. #include "NoteTrack.h" #include "NumberScale.h" #include "Prefs.h" -#include "Snap.h" #include "ShuttleGui.h" #include "TimeTrack.h" #include "TrackArtist.h"