From 92f1623663a8797e68a043ec401a740746439f29 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 18 Aug 2013 09:26:34 +0200 Subject: [PATCH] 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 --- ui/gtk.c | 4 ---- 1 file changed, 4 deletions(-) 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"