From 01a94fcee506ea974bda991bffc63c75f83184b0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Mar 2022 23:52:49 +0100 Subject: Tidying. --- src/lib/config.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/lib/config.h b/src/lib/config.h index 32f9c738f..3277dc153 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2021 Carl Hetherington + Copyright (C) 2012-2022 Carl Hetherington This file is part of DCP-o-matic. @@ -22,12 +22,14 @@ * @brief Class holding configuration. */ + #ifndef DCPOMATIC_CONFIG_H #define DCPOMATIC_CONFIG_H -#include "types.h" -#include "state.h" + #include "audio_mapping.h" +#include "state.h" +#include "types.h" #include #include #include @@ -36,13 +38,14 @@ #include #include + +class Cinema; class CinemaSoundProcessor; class DCPContentType; -class Ratio; -class Cinema; -class Film; class DKDMGroup; class DKDMRecipient; +class Film; +class Ratio; extern void save_all_config_as_zip (boost::filesystem::path zip_file); -- cgit v1.2.3