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/silence_padding_test.cc | |
| parent | 85c65bd422742813992686c17a5e1b718cc3c449 (diff) | |
Tweaks for libdcp.
Diffstat (limited to 'test/silence_padding_test.cc')
| -rw-r--r-- | test/silence_padding_test.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/silence_padding_test.cc b/test/silence_padding_test.cc index 0e0695c03..bfc225f54 100644 --- a/test/silence_padding_test.cc +++ b/test/silence_padding_test.cc @@ -18,12 +18,12 @@ */ #include <boost/test/unit_test.hpp> -#include <libdcp/cpl.h> -#include <libdcp/dcp.h> -#include <libdcp/sound_mxf.h> -#include <libdcp/sound_frame.h> -#include <libdcp/reel.h> -#include <libdcp/reel_sound_asset.h> +#include <dcp/cpl.h> +#include <dcp/dcp.h> +#include <dcp/sound_mxf.h> +#include <dcp/sound_frame.h> +#include <dcp/reel.h> +#include <dcp/reel_sound_asset.h> #include "lib/sndfile_content.h" #include "lib/film.h" #include "lib/dcp_content_type.h" |
