summaryrefslogtreecommitdiffstats
path: root/qemu/ui/sdl_zoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/ui/sdl_zoom.c')
-rw-r--r--qemu/ui/sdl_zoom.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu/ui/sdl_zoom.c b/qemu/ui/sdl_zoom.c
index 2625c4557..72622c264 100644
--- a/qemu/ui/sdl_zoom.c
+++ b/qemu/ui/sdl_zoom.c
@@ -11,11 +11,9 @@
*
*/
-#include "sdl_zoom.h"
#include "qemu/osdep.h"
+#include "sdl_zoom.h"
#include <glib.h>
-#include <stdint.h>
-#include <stdio.h>
static void sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth,
SDL_Rect *dst_rect);