diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-08-18 09:26:34 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2013-08-27 14:21:16 +0200 |
commit | 92f1623663a8797e68a043ec401a740746439f29 (patch) | |
tree | 88e6698243e4ad568152996eca4d045657d4eaef /ui | |
parent | 487cddb2bf3f429953dc5b3252d2a3b83d7200c5 (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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |