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
This commit is contained in:
Peter Maydell 2016-01-29 17:49:51 +00:00
parent 5a3be00c9a
commit e16f4c8770
37 changed files with 37 additions and 21 deletions

View file

@ -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);