Changes to libdcp API.
[dcpomatic.git] / src / lib / video_content_scale.h
index d457d82f155465257490093f6f1418e8a42be2ef..f5d97fd97e0dbde7a4456e94d67b84e6ba6079f4 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef DCPOMATIC_VIDEO_CONTENT_SCALE_H
 #define DCPOMATIC_VIDEO_CONTENT_SCALE_H
 
-#include <vector>
-#include <boost/shared_ptr.hpp>
 #include <dcp/util.h>
+#include <boost/shared_ptr.hpp>
+#include <vector>
 
 namespace cxml {
        class Node;