From a3ef6c08705798ac1cd8b62b77697c35c3506567 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Dec 2022 23:42:02 +0100 Subject: [PATCH] Remove some unnecessary declarations. --- src/lib/types.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/lib/types.h b/src/lib/types.h index e4a333bc2..ad9158c8c 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -18,28 +18,24 @@ */ + #ifndef DCPOMATIC_TYPES_H #define DCPOMATIC_TYPES_H + #include "position.h" #include "rect.h" #include #include #include + class Content; class VideoContent; class AudioContent; class TextContent; class FFmpegContent; -namespace cxml { - class Node; -} - -namespace xmlpp { - class Node; -} /** The version number of the protocol used to communicate * with servers. Intended to be bumped when incompatibilities -- 2.30.2