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/dcp_test.cc | |
| parent | 684bb4b2f7f0b13c8050e87d6a8aed21a37a11cf (diff) | |
Remove asdcp prefix from includes.
Diffstat (limited to 'test/dcp_test.cc')
| -rw-r--r-- | test/dcp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 7618f2ee..fbe17f01 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -48,7 +48,7 @@ #include "reel_sound_asset.h" #include "reel_atmos_asset.h" #include "reel_markers_asset.h" -#include <asdcp/KM_util.h> +#include <KM_util.h> #include <sndfile.h> #include <boost/test/unit_test.hpp> |
