From: Elie Tournier Date: Wed, 4 Apr 2018 09:30:40 +0000 (+0100) Subject: sdl2: Remove unused epoxy include X-Git-Tag: v2.12.0-rc3~16^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=991f366b2f7257cec3d3917f2d6e30b71b01f6e3;p=thirdparty%2Fqemu.git sdl2: Remove unused epoxy include Signed-off-by: Elie Tournier Message-id: 20180404093040.26009-1-tournier.elie@gmail.com Signed-off-by: Gerd Hoffmann --- diff --git a/ui/sdl2-gl.c b/ui/sdl2-gl.c index 5e1073a0842..c3683e6b650 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) {