X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.cc;h=043d4bc87536b8b5cd968dda7d0fab5180313392;hb=a314c58874f905bd1812c77ee6c78cb71de0a62e;hp=40a22201e3364cbb46e971e7f08a7cfa24bcc7a4;hpb=8615f1dd96a75869ab1e67236739473a39dfbd0b;p=dcpomatic.git 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; } - -