Hand apply 5e96dbee6de3b4baf82083e5c7169f27e6051c5b from master; give a nicer error...
[dcpomatic.git] / src / lib / video_content_scale.cc
index 418c46eecd121fbf1d4019f27ae1f752758d5105..9bb35189e1eeb050d1b39bf5aab6dedee74277de 100644 (file)
 
 */
 
-#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"