* modules/video_output/x11/glx.c: vlc_opengl.h was removed.

This commit is contained in:
Gildas Bazin 2004-07-22 21:50:15 +00:00
parent f0f138425c
commit ff7d97cf89

View 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