Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / piece.h
index 976409381d3a8744c69f5f14e53f67a5ca688e08..cebc3fb1416dc1dcd72d852f7efab1369fa993f7 100644 (file)
@@ -21,7 +21,6 @@
 #define DCPOMATIC_PIECE_H
 
 #include "types.h"
-#include "video_content.h"
 
 class Content;
 class Decoder;
@@ -34,7 +33,7 @@ public:
                , decoder (d)
                , frc (f)
        {}
-       
+
        boost::shared_ptr<Content> content;
        boost::shared_ptr<Decoder> decoder;
        FrameRateChange frc;