From: Oleg Oshmyan Date: Sun, 27 Apr 2014 04:06:05 +0000 (+0100) Subject: unistd.h is not needed X-Git-Tag: 0.13.0~5^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c94f18212330005d8b42da886fda9158b85671a1;p=libass unistd.h is not needed --- diff --git a/configure.ac b/configure.ac index 6ebaacf..340e209 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AM_PROG_AS # Checks for header files. AC_HEADER_STDC AC_HEADER_STDBOOL -AC_CHECK_HEADERS([stdint.h unistd.h iconv.h]) +AC_CHECK_HEADERS([stdint.h iconv.h]) # Checks for library functions. AC_CHECK_FUNCS([strdup strndup]) diff --git a/libass/ass.c b/libass/ass.c index a0a6d47..57cc0e2 100644 --- a/libass/ass.c +++ b/libass/ass.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #ifdef CONFIG_ICONV