Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
81c5ac29
Commit
81c5ac29
authored
Aug 20, 2007
by
Rémi Denis-Courmont
Browse files
Remove stdlib.h
parent
eeeb5ae2
Changes
326
Hide whitespace changes
Inline
Side-by-side
modules/access/cdda.c
View file @
81c5ac29
...
...
@@ -32,7 +32,6 @@
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<stdlib.h>
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
modules/access/cdda/access.c
View file @
81c5ac29
...
...
@@ -42,7 +42,6 @@
/* #ifdef variables below are defined via config.h via #include vlc above. */
#ifdef HAVE_STDLIB_H
#include
<stdlib.h>
#endif
#ifdef HAVE_SYS_TYPES_H
...
...
modules/access/dc1394.c
View file @
81c5ac29
...
...
@@ -32,7 +32,6 @@
#include
<vlc_demux.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#ifdef HAVE_FCNTL_H
...
...
modules/access/directory.c
View file @
81c5ac29
...
...
@@ -32,7 +32,6 @@
#include
<vlc_access.h>
#include
<vlc_demux.h>
#include
<stdlib.h>
#include
<string.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
...
...
modules/access/dshow/crossbar.cpp
View file @
81c5ac29
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<stdio.h>
#include
<string.h>
...
...
modules/access/dshow/dshow.cpp
View file @
81c5ac29
...
...
@@ -25,7 +25,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<stdio.h>
#include
<string.h>
...
...
modules/access/dshow/filter.cpp
View file @
81c5ac29
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<stdio.h>
#include
<string.h>
...
...
modules/access/dv.c
View file @
81c5ac29
...
...
@@ -27,7 +27,6 @@
#include
<vlc/vlc.h>
#include
<vlc_access.h>
#include
<stdlib.h>
#include
<string.h>
#include
<errno.h>
#ifdef HAVE_SYS_TYPES_H
...
...
modules/access/dvdnav.c
View file @
81c5ac29
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
modules/access/dvdread.c
View file @
81c5ac29
...
...
@@ -26,7 +26,6 @@
* Preamble
*****************************************************************************/
#include
<stdio.h>
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
/* strdup() */
#include
<vlc/vlc.h>
...
...
modules/access/eyetv.c
View file @
81c5ac29
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<vlc/vlc.h>
#include
<vlc_access.h>
...
...
modules/access/fake.c
View file @
81c5ac29
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<stdio.h>
#include
<string.h>
...
...
modules/access/file.c
View file @
81c5ac29
...
...
@@ -31,7 +31,6 @@
#include
<vlc_access.h>
#include
<vlc_interface.h>
#include
<stdlib.h>
#include
<string.h>
#include
<errno.h>
#ifdef HAVE_SYS_TYPES_H
...
...
modules/access/ftp.c
View file @
81c5ac29
...
...
@@ -29,7 +29,6 @@
#include
<vlc/vlc.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<assert.h>
#include
<vlc_access.h>
...
...
modules/access/gnomevfs.c
View file @
81c5ac29
...
...
@@ -29,7 +29,6 @@
#include
<libgnomevfs/gnome-vfs.h>
#include
<stdlib.h>
#include
<string.h>
#include
<stdio.h>
...
...
modules/access/http.c
View file @
81c5ac29
...
...
@@ -30,7 +30,6 @@
#include
<vlc/vlc.h>
#include
<string.h>
#include
<stdlib.h>
#include
<vlc_access.h>
...
...
modules/access/jack.c
View file @
81c5ac29
...
...
@@ -31,7 +31,6 @@
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<stdlib.h>
#include
<stdio.h>
#include
<string.h>
...
...
modules/access/mms/asf.c
View file @
81c5ac29
...
...
@@ -20,7 +20,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
<stdlib.h>
#include
<vlc/vlc.h>
...
...
modules/access/mms/buffer.c
View file @
81c5ac29
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<vlc/vlc.h>
...
...
modules/access/mms/mms.c
View file @
81c5ac29
...
...
@@ -25,7 +25,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<stdlib.h>
#include
<vlc/vlc.h>
#include
<vlc_access.h>
...
...
Prev
1
2
3
4
5
…
17
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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