diff options
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" |
