]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/x11/glx.c: vlc_opengl.h was removed.
authorGildas Bazin <gbazin@videolan.org>
Thu, 22 Jul 2004 21:50:15 +0000 (21:50 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 22 Jul 2004 21:50:15 +0000 (21:50 +0000)
modules/video_output/x11/glx.c

index 057c948bb7ed63a8a29da5f883efd4e21fa87cf4..d89222cf311b7f7720b8700bddc8b0023012662c 100644 (file)
@@ -33,9 +33,6 @@
 #include <vlc/intf.h>
 #include <vlc/vout.h>
 
-/* For the opengl provider interface */
-#include "vlc_opengl.h"
-
 #ifdef HAVE_SYS_SHM_H
 #   include <sys/shm.h>                                /* shmget(), shmctl() */
 #endif