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

Remove some cruft

parent e03e85ca
......@@ -27,26 +27,13 @@
#include <vlc/vlc.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 <stdio.h> /* sprintf() */
#include <string.h> /* strdup() */
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
......@@ -81,7 +68,6 @@
#include "vlc_charset.h"
#include "modules/modules.h"
#include "modules/builtin.h"
/*****************************************************************************
......
......@@ -61,10 +61,6 @@
# endif
#endif
//#include "config/config.h"
//#include "vlc_charset.h"
/*****************************************************************************
* 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