[vlc-devel] commit: Remove some useless #includes ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jan 8 20:10:57 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Jan 8 21:11:18 2009 +0200| [5ec8b1c561157778db0d4a37c3edc0c8377bc715] | committer: Rémi Denis-Courmont
Remove some useless #includes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ec8b1c561157778db0d4a37c3edc0c8377bc715
---
src/libvlc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 3fd83f7..1bfc437 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -82,8 +82,6 @@
#include <vlc_aout.h>
#include "audio_output/aout_internal.h"
-#include <vlc_vout.h>
-#include <vlc_sout.h>
#include <vlc_charset.h>
#include "libvlc.h"
More information about the vlc-devel
mailing list