These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / ui / sdl_zoom.c
index 2625c45..72622c2 100644 (file)
  *
  */
 
-#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);