Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
3c552e9b
Commit
3c552e9b
authored
Mar 02, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unused header inclusion syndrome
parent
c0797467
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
9 deletions
+0
-9
modules/audio_output/arts.c
modules/audio_output/arts.c
+0
-2
modules/audio_output/directx.c
modules/audio_output/directx.c
+0
-2
modules/audio_output/esd.c
modules/audio_output/esd.c
+0
-1
modules/audio_output/jack.c
modules/audio_output/jack.c
+0
-2
modules/audio_output/sdl.c
modules/audio_output/sdl.c
+0
-2
No files found.
modules/audio_output/arts.c
View file @
3c552e9b
...
...
@@ -25,8 +25,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <fcntl.h>
/* open(), O_WRONLY */
#include <string.h>
/* strerror() */
#include <unistd.h>
/* write(), close() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
...
...
modules/audio_output/directx.c
View file @
3c552e9b
...
...
@@ -24,8 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <fcntl.h>
/* open(), O_WRONLY */
#include <string.h>
/* strerror() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
...
...
modules/audio_output/esd.c
View file @
3c552e9b
...
...
@@ -25,7 +25,6 @@
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <fcntl.h>
/* open(), O_WRONLY */
#include <string.h>
/* strerror() */
#include <unistd.h>
/* write(), close() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
...
...
modules/audio_output/jack.c
View file @
3c552e9b
...
...
@@ -24,8 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <fcntl.h>
/* open(), O_WRONLY */
#include <string.h>
/* strerror() */
#include <unistd.h>
/* write(), close() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
...
...
modules/audio_output/sdl.c
View file @
3c552e9b
...
...
@@ -27,8 +27,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <errno.h>
/* ENOMEM */
#include <fcntl.h>
/* open(), O_WRONLY */
#include <string.h>
/* strerror() */
#include <unistd.h>
/* write(), close() */
#include <stdlib.h>
/* calloc(), malloc(), free() */
...
...
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