summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.cc
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 /src/subtitle_asset.cc
parent74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff)
asdcp headers moved into subdirectory.
Diffstat (limited to 'src/subtitle_asset.cc')
-rw-r--r--src/subtitle_asset.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc
index 35ca6174..cb757673 100644
--- a/src/subtitle_asset.cc
+++ b/src/subtitle_asset.cc
@@ -39,8 +39,8 @@
#include "text_node.h"
#include "subtitle_string.h"
#include "dcp_assert.h"
-#include "AS_DCP.h"
-#include "KM_util.h"
+#include <asdcp/AS_DCP.h>
+#include <asdcp/KM_util.h>
#include <libxml++/nodes/element.h>
#include <boost/algorithm/string.hpp>
#include <boost/shared_array.hpp>