@ -827,9 +827,6 @@ then
fi
])
dnl Check for dirent
AC_CHECK_HEADERS(dirent.h)
dnl Mac OS X and other OSes don't have declaration for nanosleep
if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
AC_MSG_CHECKING(for nanosleep in time.h)
@ -46,9 +46,6 @@
# include <io.h>
#endif
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#ifdef __sun__
static inline int dirfd (DIR *dir)
{
@ -49,10 +49,6 @@
/* stat() support for large files on win32 */
#if defined( WIN32 ) && !defined( UNDER_CE )
# define stat _stati64
@ -62,10 +62,6 @@
#include <vector>
#include <algorithm>
/* libebml and matroska */
#include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h"
@ -42,11 +42,6 @@
# include <direct.h>
#if defined( HAVE_ZLIB_H )
# include <zlib.h>
# include <errno.h>
@ -30,9 +30,6 @@
#elif defined( WIN32 ) && !defined( UNDER_CE )
#include <fstream>
@ -36,9 +36,6 @@
#include <sys/types.h>
#include <errno.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
@ -32,6 +32,7 @@
#include <vlc_common.h>
#include <dirent.h>
#undef iconv_t
#undef iconv_open
@ -42,10 +43,6 @@
# include <iconv.h>
#ifdef HAVE_FORK
# include <signal.h>
# include <unistd.h>
@ -35,10 +35,6 @@
#include <vlc_fs.h>
#include <vlc_url.h>
#ifdef HAVE_UNISTD_H
@ -39,10 +39,6 @@
#include <string.h> /* strdup() */
#include <assert.h>
@ -43,9 +43,7 @@