From 030c98aff14f7504f1b4e00967a79595918288c6 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 24 May 2016 16:24:39 +0100 Subject: all: Remove unnecessary glib.h includes Remove glib.h includes, as it is provided by osdep.h. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Reviewed-by: Eric Blake Tested-by: Eric Blake Signed-off-by: Michael Tokarev --- ui/sdl_zoom.c | 1 - ui/vnc-palette.c | 1 - 2 files changed, 2 deletions(-) (limited to 'ui') diff --git a/ui/sdl_zoom.c b/ui/sdl_zoom.c index 72622c2..b96196b 100644 --- a/ui/sdl_zoom.c +++ b/ui/sdl_zoom.c @@ -13,7 +13,6 @@ #include "qemu/osdep.h" #include "sdl_zoom.h" -#include static void sdl_zoom_rgb16(SDL_Surface *src, SDL_Surface *dst, int smooth, SDL_Rect *dst_rect); diff --git a/ui/vnc-palette.c b/ui/vnc-palette.c index 3b89d1a..dc7c0ba 100644 --- a/ui/vnc-palette.c +++ b/ui/vnc-palette.c @@ -28,7 +28,6 @@ #include "qemu/osdep.h" #include "vnc-palette.h" -#include static VncPaletteEntry *palette_find(const VncPalette *palette, uint32_t color, unsigned int hash) -- cgit v1.1