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

Remove useless <fcntl.h> and <sys/time.h> inclusions

parent e7ee6a9d
......@@ -37,9 +37,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
......
......@@ -47,10 +47,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/types.h>
#include <vlc_network.h>
......
......@@ -40,9 +40,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
/************************************************************************
* Macros and definitions
......
......@@ -43,9 +43,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_POLL
# include <poll.h>
#endif
......
......@@ -44,9 +44,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
......
......@@ -46,9 +46,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
......
......@@ -40,9 +40,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
......
......@@ -46,7 +46,6 @@
#ifdef HAVE_FORK
# include <signal.h>
# include <sys/time.h>
# include <unistd.h>
# include <errno.h>
# include <sys/wait.h>
......
......@@ -40,10 +40,6 @@
#ifdef ENABLE_VLM
#ifndef WIN32
# include <sys/time.h> /* gettimeofday() */
#endif
#include <time.h> /* ctime() */
#include <vlc_input.h>
......
......@@ -44,9 +44,6 @@
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
......
......@@ -35,10 +35,6 @@
#include <errno.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <vlc_network.h>
#ifdef WIN32
......
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