Remove in-place translations support.
[dcpomatic.git] / src / lib / shuffler.h
index 2b37b70a11149a7d84394134bb8583d273451aec..4d1404560f2dc09ce597273a15b825d3b9137042 100644 (file)
 */
 
 
-#include "types.h"
+#ifndef DCPOMATIC_SHUFFLER_H
+#define DCPOMATIC_SHUFFLER_H
+
+
 #include "content_video.h"
 #include <boost/signals2.hpp>
 
 
 struct shuffler_test5;
 
-
 class Piece;
 
 
@@ -48,3 +50,7 @@ private:
        boost::optional<ContentVideo> _last;
        static int const _max_size;
 };
+
+
+#endif
+