aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-08-18 09:26:34 +0200
committerStefan Weil <sw@weilnetz.de>2013-08-27 14:21:16 +0200
commit92f1623663a8797e68a043ec401a740746439f29 (patch)
tree88e6698243e4ad568152996eca4d045657d4eaef /ui
parent487cddb2bf3f429953dc5b3252d2a3b83d7200c5 (diff)
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 <sw@weilnetz.de>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk.c4
1 files changed, 0 insertions, 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 <glib/gi18n.h>
#include <locale.h>
#include <vte/vte.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/un.h>
-#include <sys/wait.h>
#include <math.h>
#include "ui/console.h"