From: Stefan Weil Date: Sun, 18 Aug 2013 07:26:34 +0000 (+0200) Subject: gtk: Remove unused include statements which are not portable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=92f1623663a8797e68a043ec401a740746439f29;p=qemu.git gtk: Remove unused include statements which are not portable These include files don't exist for MinGW and are not needed for Linux (and hopefully for other hosts as well), so remove them. Signed-off-by: Stefan Weil --- diff --git a/ui/gtk.c b/ui/gtk.c index c38146f80f..b5f4f0bd40 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -51,10 +51,6 @@ #include #include #include -#include -#include -#include -#include #include #include "ui/console.h"