Commit 92f16236 authored by Stefan Weil's avatar Stefan Weil
Browse files

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: default avatarStefan Weil <sw@weilnetz.de>
parent 487cddb2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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"