diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-10 23:42:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-11 00:19:21 +0100 |
| commit | a3ef6c08705798ac1cd8b62b77697c35c3506567 (patch) | |
| tree | 8d1ae01b396a884f99ce377e114ffee91a6f3b94 | |
| parent | 4becf7d0cb19fbbdad4f31b0881b77e689d2c1d6 (diff) | |
Remove some unnecessary declarations.
| -rw-r--r-- | src/lib/types.h | 10 |
1 files 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 <dcp/util.h> #include <vector> #include <stdint.h> + 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 |
