diff options
author | Elie Tournier | 2018-04-04 11:30:40 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2018-04-04 15:45:12 +0200 |
commit | 991f366b2f7257cec3d3917f2d6e30b71b01f6e3 (patch) | |
tree | 45be0c1bee3430e26657378cf869450658ff0dd3 | |
parent | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in... (diff) | |
download | qemu-991f366b2f7257cec3d3917f2d6e30b71b01f6e3.tar.gz qemu-991f366b2f7257cec3d3917f2d6e30b71b01f6e3.tar.xz qemu-991f366b2f7257cec3d3917f2d6e30b71b01f6e3.zip |
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>
-rw-r--r-- | ui/sdl2-gl.c | 2 |
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) { |