]> git.sesse.net Git - vlc/commitdiff
input: No need to include vlc_playlist.h in control.c now.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 14:12:51 +0000 (16:12 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 14:14:43 +0000 (16:14 +0200)
src/input/control.c

index afe51977ecbe28d523647281882ef894133a964f..d29229ac87889e66202e85a1cd661174dfce84aa 100644 (file)
@@ -31,7 +31,6 @@
 #include <stdlib.h>
 
 #include "input_internal.h"
-#include "vlc_playlist.h"
 
 
 static void UpdateBookmarksOption( input_thread_t * );