libs: display: egl: remove unused header include

The header gmodule.h is not used since the library dynamic loading for EGL
display was removed.

https://bugzilla.gnome.org/show_bug.cgi?id=772599
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-09-27 17:29:25 +02:00
parent 80036bd63c
commit 9414815383

View file

@ -21,7 +21,6 @@
*/ */
#include "sysdeps.h" #include "sysdeps.h"
#include <gmodule.h>
#include "gstvaapidisplay_egl.h" #include "gstvaapidisplay_egl.h"
#include "gstvaapidisplay_egl_priv.h" #include "gstvaapidisplay_egl_priv.h"
#include "gstvaapiwindow.h" #include "gstvaapiwindow.h"