]> git.proxmox.com Git - mirror_qemu.git/commitdiff
sdl2: Remove unused epoxy include
authorElie Tournier <tournier.elie@gmail.com>
Wed, 4 Apr 2018 09:30:40 +0000 (10:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 4 Apr 2018 13:45:12 +0000 (15:45 +0200)
Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
Message-id: 20180404093040.26009-1-tournier.elie@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2-gl.c

index 5e1073a0842b9b1c7c4acfab265b1b4dc3cc147f..c3683e6b65061cf139bdf3e757053b4199e18626 100644 (file)
@@ -32,8 +32,6 @@
 #include "ui/sdl2.h"
 #include "sysemu/sysemu.h"
 
-#include <epoxy/gl.h>
-
 static void sdl2_set_scanout_mode(struct sdl2_console *scon, bool scanout)
 {
     if (scon->scanout_mode == scanout) {