Commit e1c87080 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove some cruft

parent e03e85ca
...@@ -27,26 +27,13 @@ ...@@ -27,26 +27,13 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "libvlc.h" #include "libvlc.h"
/* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS
* is set to 64. Don't try to be cleverer. */
#ifdef _FILE_OFFSET_BITS
#undef _FILE_OFFSET_BITS
#endif
#include <stdlib.h> /* free(), strtol() */ #include <stdlib.h> /* free(), strtol() */
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
#include <string.h> /* strdup() */ #include <string.h> /* strdup() */
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
...@@ -81,7 +68,6 @@ ...@@ -81,7 +68,6 @@
#include "vlc_charset.h" #include "vlc_charset.h"
#include "modules/modules.h" #include "modules/modules.h"
#include "modules/builtin.h"
/***************************************************************************** /*****************************************************************************
......
...@@ -61,10 +61,6 @@ ...@@ -61,10 +61,6 @@
# endif # endif
#endif #endif
//#include "config/config.h"
//#include "vlc_charset.h"
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment