diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-09 16:29:21 +0100 |
| commit | 92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e (patch) | |
| tree | b175db682422765468991702e8563bcd89713b70 /src/lib/content.h | |
| parent | 7392cb8383c9b857edad5f99eaf917ed70da237d (diff) | |
Tidying.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index d17b0d0e5..7fad2ff79 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -27,10 +27,11 @@ #ifndef DCPOMATIC_CONTENT_H #define DCPOMATIC_CONTENT_H -#include "types.h" -#include "signaller.h" -#include "dcpomatic_time.h" + #include "change_signaller.h" +#include "dcpomatic_time.h" +#include "signaller.h" +#include "types.h" #include "user_property.h" #include <libcxml/cxml.h> #include <boost/filesystem.hpp> |
