aboutsummaryrefslogtreecommitdiff
path: root/ui/sdl_zoom.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:49:51 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-04 17:01:04 +0000
commite16f4c8770b73f530dad842a31298963b6c7e41d (patch)
tree9ee4d6ae2e8e68bddcf31473b9d78887b6401157 /ui/sdl_zoom.c
parent5a3be00c9a0eb0f80a2ac5e8e57ed08e619184fa (diff)
downloadqemu-e16f4c8770b73f530dad842a31298963b6c7e41d.zip
qemu-e16f4c8770b73f530dad842a31298963b6c7e41d.tar.gz
qemu-e16f4c8770b73f530dad842a31298963b6c7e41d.tar.bz2
ui: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-2-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'ui/sdl_zoom.c')
-rw-r--r--ui/sdl_zoom.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/sdl_zoom.c b/ui/sdl_zoom.c
index 2625c45..72622c2 100644
--- a/ui/sdl_zoom.c
+++ b/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);