Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b57a4d9d
Commit
b57a4d9d
authored
May 06, 2010
by
Laurent Aimar
Browse files
Removed useless vlc_osd.h includes.
parent
5ce9dc48
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/control/video.c
View file @
b57a4d9d
...
...
@@ -38,7 +38,6 @@
#include <vlc_vout.h>
#include "media_player_internal.h"
#include <vlc_osd.h>
#include <assert.h>
/*
...
...
src/input/decoder.c
View file @
b57a4d9d
...
...
@@ -38,7 +38,7 @@
#include <vlc_aout.h>
#include <vlc_sout.h>
#include <vlc_codec.h>
#include <vlc_
osd
.h>
#include <vlc_
spu
.h>
#include <vlc_meta.h>
#include <vlc_dialog.h>
...
...
src/input/resource.c
View file @
b57a4d9d
...
...
@@ -32,7 +32,7 @@
#include <vlc_common.h>
#include <vlc_vout.h>
#include <vlc_
osd
.h>
#include <vlc_
spu
.h>
#include <vlc_aout.h>
#include <vlc_sout.h>
#include "../libvlc.h"
...
...
src/input/stream.c
View file @
b57a4d9d
...
...
@@ -30,7 +30,6 @@
#include <vlc_common.h>
#include <vlc_strings.h>
#include <vlc_osd.h>
#include <vlc_memory.h>
#include <libvlc.h>
...
...
src/video_output/video_output.c
View file @
b57a4d9d
...
...
@@ -43,7 +43,7 @@
#include <vlc_vout.h>
#include <vlc_filter.h>
#include <vlc_osd.h>
#include <vlc_
vout_
osd.h>
#include <libvlc.h>
#include <vlc_input.h>
...
...
src/video_output/video_widgets.c
View file @
b57a4d9d
...
...
@@ -31,7 +31,7 @@
#include <vlc_common.h>
#include <vlc_vout.h>
#include <vlc_osd.h>
#include <vlc_
vout_
osd.h>
#include <vlc_filter.h>
...
...
src/video_output/vout_intf.c
View file @
b57a4d9d
...
...
@@ -43,7 +43,7 @@
#include <vlc_vout.h>
#include <vlc_image.h>
#include <vlc_osd.h>
#include <vlc_
vout_
osd.h>
#include <vlc_strings.h>
#include <vlc_charset.h>
#include "../libvlc.h"
...
...
src/video_output/vout_pictures.c
View file @
b57a4d9d
...
...
@@ -34,7 +34,6 @@
#include <vlc_common.h>
#include <libvlc.h>
#include <vlc_vout.h>
#include <vlc_osd.h>
#include <vlc_filter.h>
#include <vlc_image.h>
#include <vlc_block.h>
...
...
src/video_output/vout_subpictures.c
View file @
b57a4d9d
...
...
@@ -37,7 +37,7 @@
#include <vlc_vout.h>
#include <vlc_block.h>
#include <vlc_filter.h>
#include <vlc_
osd
.h>
#include <vlc_
spu
.h>
#include "../libvlc.h"
#include "vout_internal.h"
#include <vlc_image.h>
...
...
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