diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-13 22:46:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-13 22:46:44 +0100 |
| commit | 8112c35044552b141538bf9d68286673de72529b (patch) | |
| tree | 8c9ab82764e80a8bbe733ec3072b197ad50f0abd | |
| parent | 9340335bad38e61a3cf462b6a2b907beaeee2e6c (diff) | |
Cleanup: header sorting.
| -rw-r--r-- | src/lib/dcpomatic_time.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index 9e7191b1e..a826ec97e 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -28,14 +28,14 @@ #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; |
