[libbluray-devel] Remove unneeded header

Petri Hintukainen git at videolan.org
Wed Jul 19 09:20:55 CEST 2017


libbluray | branch: master | Petri Hintukainen <phintuka at gmail.com> | Wed Jul 19 10:17:30 2017 +0300| [7354991d5877af520ba9e459d91c005705e6ba86] | committer: Petri Hintukainen

Remove unneeded header

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=7354991d5877af520ba9e459d91c005705e6ba86
---

 src/libbluray/bdnav/index_parse.c | 1 -
 src/libbluray/bdnav/meta_parse.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/libbluray/bdnav/index_parse.c b/src/libbluray/bdnav/index_parse.c
index 54767219..e345ded4 100644
--- a/src/libbluray/bdnav/index_parse.c
+++ b/src/libbluray/bdnav/index_parse.c
@@ -33,7 +33,6 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <errno.h>
 
 static int _parse_hdmv_obj(BITSTREAM *bs, INDX_HDMV_OBJ *hdmv)
 {
diff --git a/src/libbluray/bdnav/meta_parse.c b/src/libbluray/bdnav/meta_parse.c
index 1298b589..20da1253 100644
--- a/src/libbluray/bdnav/meta_parse.c
+++ b/src/libbluray/bdnav/meta_parse.c
@@ -35,7 +35,6 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <errno.h>
 
 #ifdef HAVE_STRINGS_H
 #include <strings.h>



More information about the libbluray-devel mailing list