summaryrefslogtreecommitdiff
path: root/src/JXS.h
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2024-03-21 12:32:18 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-21 20:33:37 +0100
commit792dea6af89c725500eaafe669f67305a42ac1e4 (patch)
tree5dfc92ec60b554aee9a4a69fe3ec87c5cfe60979 /src/JXS.h
parent858d32c386e089b41e594eedb4d15f421da3d5d0 (diff)
Fix <> / "" confusion for includes.
Diffstat (limited to 'src/JXS.h')
-rw-r--r--src/JXS.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/JXS.h b/src/JXS.h
index 4155f94..1f7eab1 100644
--- a/src/JXS.h
+++ b/src/JXS.h
@@ -38,9 +38,9 @@ support parsing picture metadata from a codestream header.
#define _JXS_H_
// AS_DCP.h is included only for it's base type definitions.
-#include <KM_platform.h>
-#include <KM_util.h>
-#include <Metadata.h>
+#include "KM_platform.h"
+#include "KM_util.h"
+#include "Metadata.h"
#include <assert.h>
namespace ASDCP