Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
49397ad5
Commit
49397ad5
authored
Jan 11, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless <fcntl.h> and <sys/time.h> inclusions
parent
e7ee6a9d
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
34 deletions
+0
-34
modules/control/netsync.c
modules/control/netsync.c
+0
-3
modules/control/rc.c
modules/control/rc.c
+0
-4
modules/services_discovery/podcast.c
modules/services_discovery/podcast.c
+0
-3
modules/services_discovery/sap.c
modules/services_discovery/sap.c
+0
-3
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_audio_video.c
+0
-3
src/control/mediacontrol_core.c
src/control/mediacontrol_core.c
+0
-3
src/control/mediacontrol_util.c
src/control/mediacontrol_util.c
+0
-3
src/extras/libc.c
src/extras/libc.c
+0
-1
src/input/vlmshell.c
src/input/vlmshell.c
+0
-4
src/network/io.c
src/network/io.c
+0
-3
src/network/udp.c
src/network/udp.c
+0
-4
No files found.
modules/control/netsync.c
View file @
49397ad5
...
...
@@ -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
...
...
modules/control/rc.c
View file @
49397ad5
...
...
@@ -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>
...
...
modules/services_discovery/podcast.c
View file @
49397ad5
...
...
@@ -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
...
...
modules/services_discovery/sap.c
View file @
49397ad5
...
...
@@ -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
...
...
src/control/mediacontrol_audio_video.c
View file @
49397ad5
...
...
@@ -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
...
...
src/control/mediacontrol_core.c
View file @
49397ad5
...
...
@@ -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
...
...
src/control/mediacontrol_util.c
View file @
49397ad5
...
...
@@ -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
...
...
src/extras/libc.c
View file @
49397ad5
...
...
@@ -46,7 +46,6 @@
#ifdef HAVE_FORK
# include <signal.h>
# include <sys/time.h>
# include <unistd.h>
# include <errno.h>
# include <sys/wait.h>
...
...
src/input/vlmshell.c
View file @
49397ad5
...
...
@@ -40,10 +40,6 @@
#ifdef ENABLE_VLM
#ifndef WIN32
# include <sys/time.h>
/* gettimeofday() */
#endif
#include <time.h>
/* ctime() */
#include <vlc_input.h>
...
...
src/network/io.c
View file @
49397ad5
...
...
@@ -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
...
...
src/network/udp.c
View file @
49397ad5
...
...
@@ -35,10 +35,6 @@
#include <errno.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <vlc_network.h>
#ifdef WIN32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment