Include trimming.
[dcpomatic.git] / src / wx / timecode.cc
index 40a22201e3364cbb46e971e7f08a7cfa24bcc7a4..043d4bc87536b8b5cd968dda7d0fab5180313392 100644 (file)
 #include "lib/util.h"
 #include "timecode.h"
 #include "wx_util.h"
-#include <boost/lexical_cast.hpp>
 #include <iostream>
 
 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;
 }
-
-