diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-19 10:17:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-19 10:17:28 +0100 |
| commit | babcc5db8972099c5e8345eb36ab208811067742 (patch) | |
| tree | 588d47efdea290f04b0136bc5e615d7ddb10bf6f /src/dcp.cc | |
| parent | 684bb4b2f7f0b13c8050e87d6a8aed21a37a11cf (diff) | |
Remove asdcp prefix from includes.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ #include "verify.h" #include "warnings.h" LIBDCP_DISABLE_WARNINGS -#include <asdcp/AS_DCP.h> +#include <AS_DCP.h> LIBDCP_ENABLE_WARNINGS #include <xmlsec/xmldsig.h> #include <xmlsec/app.h> |
