From f26bf7fadfe6321e7b57f90f9d2a8d69c54a0eed Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Fri, 15 Feb 2019 15:54:35 +0100 Subject: [PATCH] Include version.h using a relative path All the other headers are being included relatively. --- include/dav1d/dav1d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h index 4f475dc0..0756039b 100644 --- a/include/dav1d/dav1d.h +++ b/include/dav1d/dav1d.h @@ -38,7 +38,7 @@ extern "C" { #include "common.h" #include "picture.h" #include "data.h" -#include "dav1d/version.h" +#include "version.h" typedef struct Dav1dContext Dav1dContext; typedef struct Dav1dRef Dav1dRef; -- GitLab