]> git.sesse.net Git - vlc/commitdiff
Do not include vout_control.h in mediacontrol_audio_video.c
authorLaurent Aimar <fenrir@videolan.org>
Sun, 26 Apr 2009 12:00:04 +0000 (14:00 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 26 Apr 2009 12:00:04 +0000 (14:00 +0200)
It is simply unneeded.

src/control/mediacontrol_audio_video.c

index 4cc984fd6bfceef878022a5deafa9bc8c7ebb3a3..401adcfaf5cd1559153bacf7a4dab96edd66171a 100644 (file)
@@ -40,8 +40,6 @@
 #include <errno.h>                                                 /* ENOMEM */
 #include <stdio.h>
 #include <ctype.h>
-#define __LIBVLC__ /* WTF? */
-#include "../video_output/vout_control.h"
 
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>