]> git.sesse.net Git - vlc/commitdiff
remove unneeded include
authorPavlov Konstantin <thresh@videolan.org>
Fri, 25 Aug 2006 21:27:56 +0000 (21:27 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Fri, 25 Aug 2006 21:27:56 +0000 (21:27 +0000)
include/libvlc_internal.h

index 0f44635679df63452b6c1c95d04b6f3cea4a1148..e66c5d612d76f37bd103edc8108a00eaeecc6bb9 100644 (file)
@@ -31,10 +31,6 @@ extern "C" {
 
 #include <vlc/vlc.h>
 
-#ifdef HAVE_X11_XLIB_H
-#include <X11/Xlib.h>
-#endif
-    
 struct libvlc_instance_t
 {
     vlc_t *p_vlc;