Include trimming.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Jul 2013 22:29:39 +0000 (23:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Jul 2013 22:29:39 +0000 (23:29 +0100)
src/lib/film.cc

index 9d78c930b187148da6d763b1c84e4e3544990e31..e76030efdd17234fbc1273ed455a47e67681d127 100644 (file)
@@ -33,7 +33,6 @@
 #include <libcxml/cxml.h>
 #include "film.h"
 #include "job.h"
-#include "filter.h"
 #include "util.h"
 #include "job_manager.h"
 #include "transcode_job.h"
@@ -47,9 +46,6 @@
 #include "ui_signaller.h"
 #include "playlist.h"
 #include "player.h"
-#include "ffmpeg_content.h"
-#include "imagemagick_content.h"
-#include "sndfile_content.h"
 #include "dcp_content_type.h"
 #include "ratio.h"
 #include "cross.h"