[Qemu-devel] [PATCH] sdl2: Remove unused epoxy include

Elie Tournier posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180404093040.26009-1-tournier.elie@gmail.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
ui/sdl2-gl.c | 2 --
1 file changed, 2 deletions(-)
[Qemu-devel] [PATCH] sdl2: Remove unused epoxy include
Posted by Elie Tournier 6 years ago
Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
---
Can someone push this patch for me please.
I don't have commit access.

 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.16.3


Re: [Qemu-devel] [PATCH] sdl2: Remove unused epoxy include
Posted by Gerd Hoffmann 6 years ago
On Wed, Apr 04, 2018 at 10:30:40AM +0100, Elie Tournier wrote:
> Signed-off-by: Elie Tournier <elie.tournier@collabora.com>

Added to ui patch queue.

thanks,
  Gerd