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