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
GSoC
GSoC2018
macOS
vlc
Commits
c8961f3a
Commit
c8961f3a
authored
Mar 06, 2012
by
Rémi Denis-Courmont
Browse files
Remove unneeded #include <vlc_aout.h>
parent
3ce61e5f
Changes
26
Hide whitespace changes
Inline
Side-by-side
modules/access/rtp/rtp.c
View file @
c8961f3a
...
...
@@ -33,7 +33,6 @@
#include <vlc_network.h>
#include <vlc_plugin.h>
#include <vlc_dialog.h>
#include <vlc_aout.h>
#include "rtp.h"
#ifdef HAVE_SRTP
...
...
modules/codec/a52.c
View file @
c8961f3a
...
...
@@ -33,7 +33,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <vlc_block_helper.h>
#include <vlc_modules.h>
...
...
modules/codec/a52.h
View file @
c8961f3a
...
...
@@ -27,7 +27,6 @@
#ifndef _VLC_A52_H
#define _VLC_A52_H 1
#include <vlc_aout.h>
#include <vlc_bits.h>
typedef
struct
...
...
modules/codec/adpcm.c
View file @
c8961f3a
...
...
@@ -33,7 +33,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
#include <vlc_codec.h>
/*****************************************************************************
...
...
modules/codec/aes3.c
View file @
c8961f3a
...
...
@@ -31,7 +31,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <assert.h>
/*****************************************************************************
...
...
modules/codec/araw.c
View file @
c8961f3a
...
...
@@ -30,7 +30,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
#include <vlc_codec.h>
/*****************************************************************************
...
...
modules/codec/dmo/dmo.c
View file @
c8961f3a
...
...
@@ -33,7 +33,6 @@
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_codecs.h>
#include <vlc_aout.h>
#ifndef WIN32
# define LOADER
...
...
modules/codec/dts.c
View file @
c8961f3a
...
...
@@ -34,7 +34,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>
#include <vlc_modules.h>
...
...
modules/codec/faad.c
View file @
c8961f3a
...
...
@@ -29,7 +29,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_input.h>
#include <vlc_aout.h>
#include <vlc_codec.h>
#include <vlc_cpu.h>
...
...
modules/codec/flac.c
View file @
c8961f3a
...
...
@@ -36,7 +36,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <stream_decoder.h>
#include <stream_encoder.h>
...
...
modules/codec/fluidsynth.c
View file @
c8961f3a
...
...
@@ -25,7 +25,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
#include <vlc_codec.h>
#include <vlc_dialog.h>
#include <vlc_charset.h>
...
...
modules/codec/omxil/omxil.c
View file @
c8961f3a
...
...
@@ -44,7 +44,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <vlc_block_helper.h>
#include <vlc_cpu.h>
#include "../h264_nal.h"
...
...
modules/codec/quicktime.c
View file @
c8961f3a
...
...
@@ -32,7 +32,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
#include <vlc_codec.h>
#if !defined (__APPLE__) && !defined(WIN32)
...
...
modules/codec/shine/shine_mod.c
View file @
c8961f3a
...
...
@@ -30,7 +30,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <vlc_block.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>
...
...
modules/codec/speex.c
View file @
c8961f3a
...
...
@@ -32,7 +32,6 @@
#include <vlc_plugin.h>
#include <vlc_input.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include "../demux/xiph.h"
#include <ogg/ogg.h>
...
...
modules/codec/wmafixed/wma.c
View file @
c8961f3a
...
...
@@ -30,7 +30,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
#include <vlc_aout.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>
...
...
modules/control/dbus/dbus.c
View file @
c8961f3a
...
...
@@ -59,7 +59,6 @@
#include <vlc_meta.h>
#include <vlc_mtime.h>
#include <vlc_fs.h>
#include <vlc_aout.h>
#include <assert.h>
#include <string.h>
...
...
modules/lua/libs/messages.c
View file @
c8961f3a
...
...
@@ -36,7 +36,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_meta.h>
#include <vlc_aout.h>
#include "../vlc.h"
#include "../libs.h"
...
...
modules/lua/libs/misc.c
View file @
c8961f3a
...
...
@@ -37,7 +37,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_meta.h>
#include <vlc_aout.h>
#include <vlc_interface.h>
#include <vlc_keys.h>
...
...
modules/lua/libs/stream.c
View file @
c8961f3a
...
...
@@ -36,7 +36,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_meta.h>
#include <vlc_aout.h>
#include "../vlc.h"
#include "../libs.h"
...
...
Prev
1
2
Next
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