From: Steve Lhomme Date: Sat, 15 Oct 2022 08:41:51 +0000 (+0200) Subject: use EbmlTypes.h instead of libebml_t.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef4142ed7737e245cbcc35056a2257be0b98377b;p=libmatroska use EbmlTypes.h instead of libebml_t.h --- diff --git a/matroska/c/libmatroska_t.h b/matroska/c/libmatroska_t.h index 1772933..f6370c9 100644 --- a/matroska/c/libmatroska_t.h +++ b/matroska/c/libmatroska_t.h @@ -42,7 +42,7 @@ #ifndef _LIBMATROSKA_T_H_INCLUDED_ #define _LIBMATROSKA_T_H_INCLUDED_ -#include "ebml/c/libebml_t.h" +#include #ifdef __cplusplus extern "C" {