diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-18 21:05:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:46:20 +0200 |
| commit | aafd31d3830df8b7954cb3692f947f3ae127ae6c (patch) | |
| tree | cac8d77fc1cc514fefec24fdfb5cd2a8fbbc9a66 /src/lib/content.cc | |
| parent | 7a9add7b5474f6168ccc490b494c9df8da0ad132 (diff) | |
Tidying.
Diffstat (limited to 'src/lib/content.cc')
| -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 2292c1f9d..ed0e9af6d 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> |
