]> granicus.if.org Git - libmatroska/commitdiff
use EbmlTypes.h instead of libebml_t.h
authorSteve Lhomme <slhomme@matroska.org>
Sat, 15 Oct 2022 08:41:51 +0000 (10:41 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sat, 15 Oct 2022 09:09:19 +0000 (11:09 +0200)
matroska/c/libmatroska_t.h

index 1772933ae81a9f450e06da3bc17e56e5e41c6426..f6370c9591b4e30b140ef69bece67cc56874ae81 100644 (file)
@@ -42,7 +42,7 @@
 #ifndef _LIBMATROSKA_T_H_INCLUDED_
 #define _LIBMATROSKA_T_H_INCLUDED_
 
-#include "ebml/c/libebml_t.h"
+#include <ebml/EbmlTypes.h>
 
 #ifdef __cplusplus
 extern "C" {