summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorElie Tournier <tournier.elie@gmail.com>2018-04-04 10:30:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-04-04 15:45:12 +0200
commit991f366b2f7257cec3d3917f2d6e30b71b01f6e3 (patch)
tree45be0c1bee3430e26657378cf869450658ff0dd3 /ui
parent094b62cd9cd9f137cf75b4931e41b8953fb4ccd9 (diff)
downloadqemu-991f366b2f7257cec3d3917f2d6e30b71b01f6e3.tar.gz
sdl2: Remove unused epoxy include
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>
Diffstat (limited to 'ui')
-rw-r--r--ui/sdl2-gl.c2
1 files changed, 0 insertions, 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 <epoxy/gl.h>
-
static void sdl2_set_scanout_mode(struct sdl2_console *scon, bool scanout)
{
if (scon->scanout_mode == scanout) {