summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf.cc')
-rw-r--r--src/mxf.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index ad2b5c3e..6ec634da 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -36,15 +36,15 @@
*/
#include "raw_convert.h"
-#include "AS_DCP.h"
-#include "KM_prng.h"
-#include "KM_util.h"
#include "mxf.h"
#include "util.h"
#include "metadata.h"
#include "exceptions.h"
#include "dcp_assert.h"
#include "compose.hpp"
+#include <asdcp/AS_DCP.h>
+#include <asdcp/KM_prng.h>
+#include <asdcp/KM_util.h>
#include <libxml++/nodes/element.h>
#include <boost/filesystem.hpp>
#include <iostream>