diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:45:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:45:05 +0000 |
| commit | b5b97ce4ddb978369c5a07f2a5f1cb3347156721 (patch) | |
| tree | a43728c7896277d34c1735d85b69ce1bb087fefb /src/lib/video_content_scale.cc | |
| parent | 8596e31595c9aba128078ba4a3950543ea291f98 (diff) | |
More header file rearrangement.
Diffstat (limited to 'src/lib/video_content_scale.cc')
| -rw-r--r-- | src/lib/video_content_scale.cc | 6 |
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" |
