From 991f366b2f7257cec3d3917f2d6e30b71b01f6e3 Mon Sep 17 00:00:00 2001 From: Elie Tournier Date: Wed, 4 Apr 2018 10:30:40 +0100 Subject: [PATCH] sdl2: Remove unused epoxy include Signed-off-by: Elie Tournier Message-id: 20180404093040.26009-1-tournier.elie@gmail.com Signed-off-by: Gerd Hoffmann --- ui/sdl2-gl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/sdl2-gl.c b/ui/sdl2-gl.c index 5e1073a084..c3683e6b65 100644 --- a/ui/sdl2-gl.c +++ b/ui/sdl2-gl.c @@ -32,8 +32,6 @@ #include "ui/sdl2.h" #include "sysemu/sysemu.h" -#include - static void sdl2_set_scanout_mode(struct sdl2_console *scon, bool scanout) { if (scon->scanout_mode == scanout) {