Tidying.
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Mar 2022 22:52:49 +0000 (23:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Mar 2022 22:52:49 +0000 (23:52 +0100)
src/lib/config.h

index 32f9c738ff4c310f8ee5a4ad88ecae5a3bc9fc5c..3277dc153965ac14f4aec6263c720d929a6bfe79 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2022 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
  *  @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 <dcp/name_format.h>
 #include <dcp/certificate_chain.h>
 #include <dcp/encrypted_kdm.h>
 #include <boost/filesystem.hpp>
 #include <vector>
 
+
+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);