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
3561b9b2
Commit
3561b9b2
authored
May 31, 2008
by
Rémi Denis-Courmont
Browse files
Plugins: include vlc_common.h directly instead of vlc/vlc.h
parent
d666030b
Changes
526
Hide whitespace changes
Inline
Side-by-side
modules/access/bda/bda.h
View file @
3561b9b2
...
...
@@ -32,7 +32,7 @@
#include
<stdio.h>
#include
<string.h>
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/access/cdda.c
View file @
3561b9b2
...
...
@@ -36,7 +36,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/access/cdda/callback.h
View file @
3561b9b2
...
...
@@ -25,7 +25,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
/*
Minimum, maximum and default number of blocks we allow on read.
...
...
modules/access/dc1394.c
View file @
3561b9b2
...
...
@@ -30,7 +30,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_input.h>
#include
<vlc_vout.h>
...
...
modules/access/directory.c
View file @
3561b9b2
...
...
@@ -30,7 +30,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_playlist.h>
#include
<vlc_input.h>
...
...
modules/access/dshow/crossbar.cpp
View file @
3561b9b2
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_vout.h>
#ifndef _MSC_VER
...
...
modules/access/dshow/dshow.cpp
View file @
3561b9b2
...
...
@@ -33,7 +33,7 @@
#define __STDC_FORMAT_MACROS 1
#include
<inttypes.h>
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/access/dshow/filter.cpp
View file @
3561b9b2
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_vout.h>
#ifndef _MSC_VER
...
...
modules/access/dv.c
View file @
3561b9b2
...
...
@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_access.h>
...
...
modules/access/dvb/access.c
View file @
3561b9b2
...
...
@@ -31,7 +31,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_access.h>
#include
<vlc_interface.h>
...
...
modules/access/dvb/en50221.c
View file @
3561b9b2
...
...
@@ -26,7 +26,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_access.h>
#include
<sys/ioctl.h>
...
...
modules/access/dvb/http.c
View file @
3561b9b2
...
...
@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_access.h>
#ifdef HAVE_UNISTD_H
...
...
modules/access/dvb/linux_dvb.c
View file @
3561b9b2
...
...
@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_access.h>
#include
<sys/ioctl.h>
#include
<errno.h>
...
...
modules/access/dvdnav.c
View file @
3561b9b2
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/access/dvdread.c
View file @
3561b9b2
...
...
@@ -30,7 +30,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/access/eyetv.m
View file @
3561b9b2
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_access.h>
...
...
modules/access/fake.c
View file @
3561b9b2
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_access.h>
#include
<vlc_demux.h>
...
...
modules/access/file.c
View file @
3561b9b2
...
...
@@ -30,7 +30,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_input.h>
#include
<vlc_access.h>
...
...
modules/access/ftp.c
View file @
3561b9b2
...
...
@@ -30,7 +30,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<assert.h>
...
...
modules/access/gnomevfs.c
View file @
3561b9b2
...
...
@@ -28,7 +28,7 @@
# include "config.h"
#endif
#include
<vlc
/vlc
.h>
#include
<vlc
_common
.h>
#include
<vlc_plugin.h>
#include
<vlc_access.h>
...
...
Prev
1
2
3
4
5
…
27
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