Explorar el Código

Removed duplicate inclusion of client header.

Camilla Berglund hace 11 años
padre
commit
41d998eb3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/wl_window.c

+ 1 - 1
src/wl_window.c

@@ -34,7 +34,7 @@
 #include <fcntl.h>
 #include <sys/mman.h>
 #include <poll.h>
-#include <GL/gl.h>
+
 #include <wayland-egl.h>
 #include <wayland-cursor.h>