Setup Butler::_prepare_only_proxy on construction.
[dcpomatic.git] / src / lib / shuffler.h
index 2b37b70a11149a7d84394134bb8583d273451aec..476f571b4571d88fef4d14eba5e5aaf56afef15d 100644 (file)
 */
 
 
-#include "types.h"
+#ifndef DCPOMATIC_SHUFFLER_H
+#define DCPOMATIC_SHUFFLER_H
+
+
 #include "content_video.h"
+#include "types.h"
 #include <boost/signals2.hpp>
 
 
 struct shuffler_test5;
 
-
 class Piece;
 
 
@@ -48,3 +51,7 @@ private:
        boost::optional<ContentVideo> _last;
        static int const _max_size;
 };
+
+
+#endif
+