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

Remove useless <unistd.h> inclusion in core

parent a4f1bc2b
......@@ -32,11 +32,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#elif defined( WIN32 ) && !defined( UNDER_CE )
# include <io.h>
#endif
#if defined( WIN32 ) && !defined( UNDER_CE )
static void ShowConsole (void);
static void PauseConsole (void);
......
......@@ -47,12 +47,6 @@
#include <string.h>
#include <stdlib.h> /* free() */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#elif defined( WIN32 ) && !defined( UNDER_CE )
# include <io.h>
#endif
#include "config/vlc_getopt.h"
#ifdef HAVE_LOCALE_H
......
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