X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fshuffler.h;h=476f571b4571d88fef4d14eba5e5aaf56afef15d;hp=b0a416b80f33edb9957919f6dc82d4cc1e6ef3eb;hb=4e2ff7851127cd85c3e7d78b42eb884d0cda0ac3;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26 diff --git a/src/lib/shuffler.h b/src/lib/shuffler.h index b0a416b80..476f571b4 100644 --- a/src/lib/shuffler.h +++ b/src/lib/shuffler.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,14 +18,21 @@ */ -#include "types.h" + +#ifndef DCPOMATIC_SHUFFLER_H +#define DCPOMATIC_SHUFFLER_H + + #include "content_video.h" +#include "types.h" #include + struct shuffler_test5; class Piece; + class Shuffler { public: @@ -44,3 +51,7 @@ private: boost::optional _last; static int const _max_size; }; + + +#endif +