Include trimming.
[dcpomatic.git] / src / wx / subtitle_panel.cc
index 9422bb89428625f874ffe9e8fc5918688b61b10b..ad6a024e6682ed2193597641deedf4a4711ccba2 100644 (file)
 #include "lib/dcp_subtitle_decoder.h"
 #include "lib/dcp_content.h"
 #include <wx/spinctrl.h>
-#include <boost/lexical_cast.hpp>
 #include <boost/foreach.hpp>
 
 using std::vector;
 using std::string;
 using std::list;
 using boost::shared_ptr;
-using boost::lexical_cast;
 using boost::dynamic_pointer_cast;
 
 SubtitlePanel::SubtitlePanel (ContentPanel* p)