From cb5c4a682e20b9b37fabe4dc1c761d6cd271fd63 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Mon, 16 Mar 2009 17:06:09 +0000 Subject: [PATCH] Remove redundant include --- src/gui/widgets/timeline/timeline-track.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/widgets/timeline/timeline-track.cpp b/src/gui/widgets/timeline/timeline-track.cpp index 73fa9b18b..17142db39 100644 --- a/src/gui/widgets/timeline/timeline-track.cpp +++ b/src/gui/widgets/timeline/timeline-track.cpp @@ -20,9 +20,6 @@ * *****************************************************/ -// !!! This header must soon be removed when we drop Etch compatibility -#include - #include "timeline-track.hpp" #include "../timeline-widget.hpp" #include "../../window-manager.hpp"