Rearrange some includes of dcpomatic_time.h
[dcpomatic.git] / src / lib / player_text.h
index cd4be984c9551e5f1d8eeabbb86255155a0c04d5..36a63f3dab0322d42c93b5e52167e64eab84ffd3 100644 (file)
@@ -24,7 +24,6 @@
 
 
 #include "bitmap_text.h"
-#include "dcpomatic_time.h"
 #include "string_text.h"
 
 
@@ -38,7 +37,7 @@ class PlayerText
 {
 public:
        void add_fonts (std::list<std::shared_ptr<dcpomatic::Font>> fonts_);
-       std::list<std::shared_ptr<dcpomatic::Font> > fonts;
+       std::list<std::shared_ptr<dcpomatic::Font>> fonts;
 
        /** BitmapTexts, with their rectangles transformed as specified by their content */
        std::list<BitmapText> bitmap;