diff options
author | Elie Tournier <tournier.elie@gmail.com> | 2018-04-04 10:30:40 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-04-04 15:45:12 +0200 |
commit | 991f366b2f7257cec3d3917f2d6e30b71b01f6e3 (patch) | |
tree | 45be0c1bee3430e26657378cf869450658ff0dd3 /ui | |
parent | 094b62cd9cd9f137cf75b4931e41b8953fb4ccd9 (diff) |
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.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) { |