diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 23:29:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 23:29:39 +0100 |
| commit | d761439a7a8a3d6f78232a426bf1e54dff55f229 (patch) | |
| tree | 1aa44e63fb3b1716a056849683442739f0d7791d | |
| parent | bb8fb43811395b818f826ce350f0dc093df69645 (diff) | |
Include trimming.
| -rw-r--r-- | src/lib/film.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 9d78c930b..e76030efd 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -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" |
