summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-22 13:50:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-22 13:50:57 +0100
commitda1cb49ee9fd13322aa643d6d062b79413be6473 (patch)
tree0da3381bd41ae5e4535502dae6552506b9edad16 /src/cpl.cc
parent47cf5aaf482913cd7a4476bcc873e8beee03660d (diff)
Some include trimming,.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 3599231d..d7f3a79a 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -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;