---
f265/enc.h | 3 +++
f265/f265.h | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/f265/enc.h b/f265/enc.h
index 0edb5a5..093334b 100644
--- a/f265/enc.h
+++ b/f265/enc.h
@@ -471,6 +471,9 @@
#include "f265/bdi.h"
+// Needed for HM tests. To be removed eventually.
+#include "f265/van.h"
+
// The preprocessor symbol F265_LBD/HBD is defined if this file is being
// compiled for low/high bit depth.
diff --git a/f265/f265.h b/f265/f265.h
index ab85419..ea4fb0b 100644
--- a/f265/f265.h
+++ b/f265/f265.h
@@ -39,9 +39,6 @@
#include <stdint.h>
#endif
-// Needed for HM tests. To be removed eventually.
-#include "van.h"
-
#ifdef __cplusplus
extern "C" {
#endif
--
1.9.0
--
To unsubscribe visit http://f265.org
or send a mail to [email protected].