Include rearrangement.
[dcpomatic.git] / src / lib / content_factory.cc
index 16340adb43b0e74f8f14d4b2bc039e258d8e58a9..de940d0252f1651a53e143bdfefffa1e9dc2ef9d 100644 (file)
@@ -21,7 +21,6 @@
  *  @brief Methods to create content objects.
  */
 
-#include <libcxml/cxml.h>
 #include "ffmpeg_content.h"
 #include "image_content.h"
 #include "sndfile_content.h"
@@ -29,6 +28,7 @@
 #include "dcp_content.h"
 #include "dcp_subtitle_content.h"
 #include "util.h"
+#include <libcxml/cxml.h>
 
 using std::string;
 using std::list;