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-Tag: v1.7.0-rc0~149^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f1623663a8797e68a043ec401a740746439f29;p=thirdparty%2Fqemu.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 c38146f80fb..b5f4f0bd407 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"