Use dcp::file_to_string().
[dcpomatic.git] / src / lib / text_ring_buffers.h
index 7d685d8242b4b9cbbdd1efca4a698dfe92a8e143..2014dacc5e9886a30c00e69cbc735146b13928db 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_TEXT_RING_BUFFERS_H
 #define DCPOMATIC_TEXT_RING_BUFFERS_H
 
-#include "player_text.h"
+
 #include "dcp_text_track.h"
+#include "player_text.h"
 #include <boost/thread.hpp>
 #include <utility>
 
+
 class TextRingBuffers
 {
 public:
@@ -52,4 +55,5 @@ private:
        std::list<Data> _data;
 };
 
+
 #endif