diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-12 18:59:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-12 18:59:40 +0000 |
| commit | a314c58874f905bd1812c77ee6c78cb71de0a62e (patch) | |
| tree | 2a66052cb2741fd0532a5bc6d639e06ebf7c2f93 /src/wx/audio_panel.cc | |
| parent | 8615f1dd96a75869ab1e67236739473a39dfbd0b (diff) | |
Include trimming.
Diffstat (limited to 'src/wx/audio_panel.cc')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 34d6ac885..10f855cfe 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -29,7 +29,6 @@ #include "lib/job_manager.h" #include "lib/dcp_content.h" #include <wx/spinctrl.h> -#include <boost/lexical_cast.hpp> #include <boost/foreach.hpp> #include <iostream> @@ -39,7 +38,6 @@ using std::string; using std::list; using std::pair; using boost::dynamic_pointer_cast; -using boost::lexical_cast; using boost::shared_ptr; using boost::optional; |
