Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e40d134c
Commit
e40d134c
authored
Aug 20, 2007
by
Rémi Denis-Courmont
Browse files
Remove _GNU_SOURCE and string.h too
parent
81c5ac29
Changes
222
Hide whitespace changes
Inline
Side-by-side
modules/access/cdda.c
View file @
e40d134c
...
...
@@ -31,7 +31,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
modules/access/cdda/access.c
View file @
e40d134c
...
...
@@ -49,7 +49,6 @@
#endif
#ifdef HAVE_STRING_H
#include
<string.h>
#endif
#ifdef HAVE_UNISTD_H
...
...
modules/access/dc1394.c
View file @
e40d134c
...
...
@@ -32,7 +32,6 @@
#include
<vlc_demux.h>
#include
<stdio.h>
#include
<string.h>
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
...
...
modules/access/directory.c
View file @
e40d134c
...
...
@@ -32,7 +32,6 @@
#include
<vlc_access.h>
#include
<vlc_demux.h>
#include
<string.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
...
...
modules/access/dshow/crossbar.cpp
View file @
e40d134c
...
...
@@ -25,7 +25,6 @@
* Preamble
*****************************************************************************/
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
#include
<vlc_vout.h>
...
...
modules/access/dshow/dshow.cpp
View file @
e40d134c
...
...
@@ -26,7 +26,6 @@
* Preamble
*****************************************************************************/
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
modules/access/dshow/filter.cpp
View file @
e40d134c
...
...
@@ -25,7 +25,6 @@
* Preamble
*****************************************************************************/
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
#include
<vlc_vout.h>
...
...
modules/access/dv.c
View file @
e40d134c
...
...
@@ -27,7 +27,6 @@
#include
<vlc/vlc.h>
#include
<vlc_access.h>
#include
<string.h>
#include
<errno.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
...
...
modules/access/dvdread.c
View file @
e40d134c
...
...
@@ -26,7 +26,6 @@
* Preamble
*****************************************************************************/
#include
<stdio.h>
#include
<string.h>
/* strdup() */
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
@@ -45,7 +44,6 @@
#include
<fcntl.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#include
<string.h>
#include
<dvdread/dvd_reader.h>
#include
<dvdread/ifo_types.h>
...
...
modules/access/fake.c
View file @
e40d134c
...
...
@@ -25,7 +25,6 @@
* Preamble
*****************************************************************************/
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
#include
<vlc_access.h>
...
...
modules/access/file.c
View file @
e40d134c
...
...
@@ -31,7 +31,6 @@
#include
<vlc_access.h>
#include
<vlc_interface.h>
#include
<string.h>
#include
<errno.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
...
...
modules/access/gnomevfs.c
View file @
e40d134c
...
...
@@ -29,7 +29,6 @@
#include
<libgnomevfs/gnome-vfs.h>
#include
<string.h>
#include
<stdio.h>
#include
<vlc_charset.h>
...
...
modules/access/http.c
View file @
e40d134c
...
...
@@ -26,10 +26,8 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<vlc/vlc.h>
#include
<string.h>
#include
<vlc_access.h>
...
...
modules/access/jack.c
View file @
e40d134c
...
...
@@ -30,9 +30,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
modules/access/mms/mmsh.c
View file @
e40d134c
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<vlc/vlc.h>
#include
<vlc_access.h>
...
...
modules/access/mms/mmstu.c
View file @
e40d134c
...
...
@@ -28,7 +28,6 @@
#include
<vlc/vlc.h>
#include
<vlc_access.h>
#include
<string.h>
#include
<errno.h>
#ifdef HAVE_UNISTD_H
...
...
modules/access/rtsp/real.c
View file @
e40d134c
...
...
@@ -23,7 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
...
...
modules/access/screen/screen.c
View file @
e40d134c
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include
<string.h>
#include
<vlc/vlc.h>
#include
"screen.h"
...
...
modules/access/smb.c
View file @
e40d134c
...
...
@@ -24,7 +24,6 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<vlc/vlc.h>
...
...
modules/access/v4l.c
View file @
e40d134c
...
...
@@ -27,9 +27,7 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define _GNU_SOURCE
#include
<stdio.h>
#include
<string.h>
#include
<vlc/vlc.h>
#include
<vlc_input.h>
...
...
Prev
1
2
3
4
5
…
12
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