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 /test/test.cc | |
| parent | 684bb4b2f7f0b13c8050e87d6a8aed21a37a11cf (diff) | |
Remove asdcp prefix from includes.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc index 450ff514..5d0da302 100644 --- a/test/test.cc +++ b/test/test.cc @@ -61,8 +61,8 @@ #include "util.h" #include "warnings.h" LIBDCP_DISABLE_WARNINGS -#include <asdcp/KM_util.h> -#include <asdcp/KM_prng.h> +#include <KM_util.h> +#include <KM_prng.h> LIBDCP_ENABLE_WARNINGS #include <sndfile.h> LIBDCP_DISABLE_WARNINGS |
