summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-26 19:26:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-26 19:26:41 +0100
commitdd8a7d1bbb8f2afb1b98d2be856ff0a9920e180d (patch)
tree0d89f77fcad1b9bd0629587f367b79384bb0fbb3 /src/lib/types.h
parent14e4bc18e65378332604016bd6239861a083d5bf (diff)
Rest of src/lib/*.h tidying.
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index adb2268e3..d0f4ec1f8 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -20,7 +20,6 @@
#ifndef DCPOMATIC_TYPES_H
#define DCPOMATIC_TYPES_H
-#include "dcpomatic_time.h"
#include "position.h"
#include "rect.h"
#include <dcp/util.h>
@@ -33,7 +32,6 @@ class VideoContent;
class AudioContent;
class SubtitleContent;
class FFmpegContent;
-class AudioBuffers;
namespace cxml {
class Node;