diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-18 21:05:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-20 22:11:33 +0200 |
| commit | 040889631af47829e8523742bb828788e8f7e138 (patch) | |
| tree | 82a034b4b41a4708a442073a11041c31c22a7f95 /src/lib | |
| parent | d1b4dbb793e2850d032ce3c91f0c91d045ae19dc (diff) | |
Tidying.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/content.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index a56891689..4167031c2 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -24,17 +24,17 @@ */ -#include "content.h" +#include "audio_content.h" #include "change_signaller.h" -#include "util.h" +#include "compose.hpp" +#include "content.h" #include "content_factory.h" -#include "video_content.h" -#include "audio_content.h" -#include "text_content.h" #include "exceptions.h" #include "film.h" #include "job.h" -#include "compose.hpp" +#include "text_content.h" +#include "util.h" +#include "video_content.h" #include <dcp/locale_convert.h> #include <dcp/raw_convert.h> #include <libcxml/cxml.h> |
