summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-05 15:35:44 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-05 15:35:44 +0000
commit8596e31595c9aba128078ba4a3950543ea291f98 (patch)
treece6397e2ba0382d34883ed48e5444e6fa6a1d1bf /src/lib/content_factory.cc
parentcf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff)
Include rearrangement.
Diffstat (limited to 'src/lib/content_factory.cc')
-rw-r--r--src/lib/content_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc
index 16340adb4..de940d025 100644
--- a/src/lib/content_factory.cc
+++ b/src/lib/content_factory.cc
@@ -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;