diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:35:44 +0000 |
| commit | 8596e31595c9aba128078ba4a3950543ea291f98 (patch) | |
| tree | ce6397e2ba0382d34883ed48e5444e6fa6a1d1bf /src/lib/content.cc | |
| parent | cf8e0e9e26dbaefab768000ebc1655b34ad11105 (diff) | |
Include rearrangement.
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index ec16b9610..bcfedb1f9 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -21,10 +21,6 @@ * @brief Content class. */ -#include <boost/thread/mutex.hpp> -#include <libxml++/libxml++.h> -#include <libcxml/cxml.h> -#include <dcp/raw_convert.h> #include "content.h" #include "util.h" #include "content_factory.h" @@ -33,6 +29,10 @@ #include "film.h" #include "safe_stringstream.h" #include "job.h" +#include <libcxml/cxml.h> +#include <dcp/raw_convert.h> +#include <libxml++/libxml++.h> +#include <boost/thread/mutex.hpp> #include "i18n.h" |
