X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcontent.cc;h=4167031c2aeb54eeecaf9b16ea489bbe7c36c1ad;hp=a56891689c201f2d23e1f8eec6c20ae2d3c4e788;hb=040889631af47829e8523742bb828788e8f7e138;hpb=d1b4dbb793e2850d032ce3c91f0c91d045ae19dc 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 #include #include