From a314c58874f905bd1812c77ee6c78cb71de0a62e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Mar 2016 18:59:40 +0000 Subject: Include trimming. --- src/wx/timecode.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/wx/timecode.cc') diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index 40a22201e..043d4bc87 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -20,12 +20,10 @@ #include "lib/util.h" #include "timecode.h" #include "wx_util.h" -#include #include using std::string; using std::cout; -using boost::lexical_cast; TimecodeBase::TimecodeBase (wxWindow* parent) : wxPanel (parent) @@ -120,5 +118,3 @@ TimecodeBase::size (wxWindow* parent) size.SetHeight (-1); return size; } - - -- cgit v1.2.3