diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-24 21:27:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-24 21:40:41 +0200 |
| commit | ec520e1a5ed27b3eb414627acf7ad7f9cd661346 (patch) | |
| tree | 2786030606cce007f1931553ae0fe7bacf40fff9 /src/dcp.h | |
| parent | a5a92e294e2c4fac704d488b7b6c164b9a6fee88 (diff) | |
Tidying.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,12 +41,12 @@ #define LIBDCP_DCP_H -#include "compose.hpp" -#include "types.h" -#include "util.h" #include "certificate.h" +#include "compose.hpp" #include "metadata.h" #include "name_format.h" +#include "types.h" +#include "util.h" #include "verify.h" #include "version.h" #include <boost/signals2.hpp> |
