[vlc-devel] commit: input: No need to include vlc_playlist.h in control.c now. ( Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jun 14 16:12:53 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 16:12:51 2008 +0200| [c21f918405085ffadcaea9d7554d854cbb6efb10]
input: No need to include vlc_playlist.h in control.c now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c21f918405085ffadcaea9d7554d854cbb6efb10
---
src/input/control.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/input/control.c b/src/input/control.c
index afe5197..d29229a 100644
--- a/src/input/control.c
+++ b/src/input/control.c
@@ -31,7 +31,6 @@
#include <stdlib.h>
#include "input_internal.h"
-#include "vlc_playlist.h"
static void UpdateBookmarksOption( input_thread_t * );
More information about the vlc-devel
mailing list