summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-01 12:32:42 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-01 12:32:42 +0100
commit89d5fe15b399eae5afad0b856f2d7b267a1c86c0 (patch)
treea795c7b2757af5f4940fc84815d3c0936b3e1777 /test
parent74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff)
asdcp headers moved into subdirectory.
Diffstat (limited to 'test')
-rw-r--r--test/dcp_test.cc2
-rw-r--r--test/encryption_test.cc2
-rw-r--r--test/recovery_test.cc6
3 files changed, 5 insertions, 5 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc
index 325202f0..435056cb 100644
--- a/test/dcp_test.cc
+++ b/test/dcp_test.cc
@@ -33,7 +33,7 @@
#include "reel_stereo_picture_asset.h"
#include "reel_sound_asset.h"
#include "reel_atmos_asset.h"
-#include "KM_util.h"
+#include <asdcp/KM_util.h>
#include <sndfile.h>
#include <boost/test/unit_test.hpp>
diff --git a/test/encryption_test.cc b/test/encryption_test.cc
index 24bd1138..a817d246 100644
--- a/test/encryption_test.cc
+++ b/test/encryption_test.cc
@@ -17,7 +17,6 @@
along with libdcp. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "KM_util.h"
#include "metadata.h"
#include "certificate.h"
#include "dcp.h"
@@ -35,6 +34,7 @@
#include "reel_sound_asset.h"
#include "encrypted_kdm.h"
#include "decrypted_kdm.h"
+#include <asdcp/KM_util.h>
#include <sndfile.h>
#include <boost/test/unit_test.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/test/recovery_test.cc b/test/recovery_test.cc
index 8af49b93..7482b8cc 100644
--- a/test/recovery_test.cc
+++ b/test/recovery_test.cc
@@ -17,11 +17,11 @@
along with libdcp. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <boost/test/unit_test.hpp>
-#include <boost/filesystem.hpp>
#include "mono_picture_asset_writer.h"
#include "mono_picture_asset.h"
-#include "KM_util.h"
+#include <asdcp/KM_util.h>
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem.hpp>
using std::string;
using boost::shared_ptr;