Cleanup: don't need to store _{input,output}_channels.
[dcpomatic.git] / src / lib / writer.h
index 1ae761dea83656073d4d03abb45c1ef6b8a9e5f7..1fbf7bbd56b0d72e3cea39de85487ae5e2605870 100644 (file)
 */
 
 
+#ifndef DCPOMATIC_WRITER_H
+#define DCPOMATIC_WRITER_H
+
+
 /** @file  src/lib/writer.h
  *  @brief Writer class.
  */
@@ -30,7 +34,6 @@
 #include "exception_store.h"
 #include "font_id_map.h"
 #include "player_text.h"
-#include "types.h"
 #include "weak_film.h"
 #include <dcp/atmos_frame.h>
 #include <boost/thread.hpp>
@@ -225,3 +228,7 @@ private:
 
        std::vector<HangingText> _hanging_texts;
 };
+
+
+#endif
+