diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kdm.cc | 2 | ||||
| -rw-r--r-- | src/kdm_smpte_xml.h (renamed from src/xml/kdm_smpte.h) | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -28,7 +28,7 @@ #include "signer.h" #include "cpl.h" #include "mxf.h" -#include "xml/kdm_smpte.h" +#include "kdm_smpte_xml.h" #include "AS_DCP.h" #include "KM_util.h" #include <libcxml/cxml.h> diff --git a/src/xml/kdm_smpte.h b/src/kdm_smpte_xml.h index 7154958a..70b7847e 100644 --- a/src/xml/kdm_smpte.h +++ b/src/kdm_smpte_xml.h @@ -17,7 +17,7 @@ */ -/** @file src/xml/kdm_smpte.h +/** @file src/kdm_smpte_xml.h * @brief 1:1ish C++ representations of the XML schema for a SMPTE KDM. * * This file contains classes which map pretty-much 1:1 to the elements in a SMPTE KDM @@ -29,10 +29,10 @@ * change very often. */ -#ifndef LIBDCP_XML_KDM_SMPTE_H -#define LIBDCP_XML_KDM_SMPTE_H +#ifndef LIBDCP_KDM_SMPTE_XML_H +#define LIBDCP_KDM_SMPTE_XML_H -#include "../exceptions.h" +#include "exceptions.h" #include <libcxml/cxml.h> #include <libxml/parser.h> #include <libxml++/libxml++.h> |
