diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:57:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:33 +0100 |
| commit | 14e4bc18e65378332604016bd6239861a083d5bf (patch) | |
| tree | 25690f8840fb49c808e8106c848e1891c6759ab6 /src/lib/config.h | |
| parent | dbf43f9113d88245f27493fd5d6950ba142b7f1f (diff) | |
Include tidying src/lib/a-j*.h
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 0839ea994..9d583ff6d 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -25,18 +25,13 @@ #define DCPOMATIC_CONFIG_H #include "isdcf_metadata.h" -#include "video_content.h" -#include <dcp/metadata.h> -#include <dcp/certificate.h> +#include "types.h" #include <dcp/certificate_chain.h> #include <boost/shared_ptr.hpp> #include <boost/signals2.hpp> #include <boost/filesystem.hpp> #include <vector> -class ServerDescription; -class Scaler; -class Filter; class CinemaSoundProcessor; class DCPContentType; class Ratio; |
