diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 13:50:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 13:50:57 +0100 |
| commit | da1cb49ee9fd13322aa643d6d062b79413be6473 (patch) | |
| tree | 0da3381bd41ae5e4535502dae6552506b9edad16 /src/cpl.cc | |
| parent | 47cf5aaf482913cd7a4476bcc873e8beee03660d (diff) | |
Some include trimming,.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -17,23 +17,17 @@ */ -#include "raw_convert.h" #include "cpl.h" #include "util.h" -#include "mono_picture_mxf.h" -#include "stereo_picture_mxf.h" -#include "sound_mxf.h" -#include "subtitle_content.h" #include "reel.h" #include "metadata.h" #include "signer.h" -#include "exceptions.h" #include "xml.h" -#include "compose.hpp" #include "reel_picture_asset.h" #include "reel_sound_asset.h" #include "reel_subtitle_asset.h" #include "local_time.h" +#include "compose.hpp" #include <libxml/parser.h> using std::string; |
