Cleanup: header sorting.
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Feb 2023 21:46:44 +0000 (22:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Feb 2023 21:46:44 +0000 (22:46 +0100)
src/lib/dcpomatic_time.h

index 9e7191b1eb7dc239a890aebc2d6efa5fe81d3f75..a826ec97e2c3a1bf96f328e38c748b9af9b874fb 100644 (file)
 #define DCPOMATIC_TIME_H
 
 
-#include "frame_rate_change.h"
 #include "dcpomatic_assert.h"
+#include "frame_rate_change.h"
 #include <boost/optional.hpp>
-#include <stdint.h>
 #include <cmath>
-#include <ostream>
-#include <iomanip>
 #include <cstdio>
+#include <iomanip>
+#include <ostream>
+#include <stdint.h>
 
 
 struct dcpomatic_time_ceil_test;