summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc12
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>