summaryrefslogtreecommitdiff
path: root/src/lib/video_content_scale.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-05 15:45:05 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-05 15:45:05 +0000
commitb5b97ce4ddb978369c5a07f2a5f1cb3347156721 (patch)
treea43728c7896277d34c1735d85b69ce1bb087fefb /src/lib/video_content_scale.cc
parent8596e31595c9aba128078ba4a3950543ea291f98 (diff)
More header file rearrangement.
Diffstat (limited to 'src/lib/video_content_scale.cc')
-rw-r--r--src/lib/video_content_scale.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/video_content_scale.cc b/src/lib/video_content_scale.cc
index 418c46eec..9bb35189e 100644
--- a/src/lib/video_content_scale.cc
+++ b/src/lib/video_content_scale.cc
@@ -17,13 +17,13 @@
*/
-#include <boost/optional.hpp>
-#include <libxml++/libxml++.h>
-#include <libcxml/cxml.h>
#include "video_content_scale.h"
#include "ratio.h"
#include "safe_stringstream.h"
#include "util.h"
+#include <libcxml/cxml.h>
+#include <libxml++/libxml++.h>
+#include <boost/optional.hpp>
#include "i18n.h"