diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-24 13:01:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-24 13:01:01 +0000 |
| commit | a983bc3abceadae75c7fa070ae394a69e6d8bd5b (patch) | |
| tree | dcd4574b828d6f4d4e7e1c568f66d6af55f1e5a3 /test/audio_delay_test.cc | |
| parent | 85c65bd422742813992686c17a5e1b718cc3c449 (diff) | |
Tweaks for libdcp.
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index e8112613c..2e02fa999 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -18,11 +18,11 @@ */ #include <boost/test/unit_test.hpp> -#include <libdcp/sound_frame.h> -#include <libdcp/cpl.h> -#include <libdcp/reel.h> -#include <libdcp/sound_mxf.h> -#include <libdcp/reel_sound_asset.h> +#include <dcp/sound_frame.h> +#include <dcp/cpl.h> +#include <dcp/reel.h> +#include <dcp/sound_mxf.h> +#include <dcp/reel_sound_asset.h> #include "lib/sndfile_content.h" #include "lib/dcp_content_type.h" #include "lib/ratio.h" |
