[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 1/6] sdl2: Remove unused epoxy include
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 1/6] sdl2: Remove unused epoxy include |
Date: |
Mon, 9 Apr 2018 11:40:55 +0200 |
From: Elie Tournier <address@hidden>
Signed-off-by: Elie Tournier <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
---
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 <epoxy/gl.h>
-
static void sdl2_set_scanout_mode(struct sdl2_console *scon, bool scanout)
{
if (scon->scanout_mode == scanout) {
--
2.9.3
- [Qemu-devel] [PULL 0/6] Ui 20180409 patches, Gerd Hoffmann, 2018/04/09
- [Qemu-devel] [PULL 4/6] sdl2: enable ctrl modifier keys for text consoles, Gerd Hoffmann, 2018/04/09
- [Qemu-devel] [PULL 6/6] sdl2: drop dead code, Gerd Hoffmann, 2018/04/09
- [Qemu-devel] [PULL 2/6] ui: add ctrl modifier support to kbd_put_qcode_console(), Gerd Hoffmann, 2018/04/09
- [Qemu-devel] [PULL 3/6] sdl2: track kbd modifier state unconditionally, Gerd Hoffmann, 2018/04/09
- [Qemu-devel] [PULL 5/6] sdl2: drop QEMU_KEY_BACKSPACE special case, Gerd Hoffmann, 2018/04/09
- [Qemu-devel] [PULL 1/6] sdl2: Remove unused epoxy include,
Gerd Hoffmann <=
- Re: [Qemu-devel] [PULL 0/6] Ui 20180409 patches, Peter Maydell, 2018/04/09