]> 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 14:23:05 +0000 (16:23 +0200)
(cherry picked from commit ef4142ed7737e245cbcc35056a2257be0b98377b)

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" {