]> git.proxmox.com Git - qemu.git/commitdiff
gtk: Remove unused include statements which are not portable
authorStefan Weil <sw@weilnetz.de>
Sun, 18 Aug 2013 07:26:34 +0000 (09:26 +0200)
committerStefan Weil <sw@weilnetz.de>
Tue, 27 Aug 2013 12:21:16 +0000 (14:21 +0200)
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>
ui/gtk.c

index c38146f80fb7fa4c6aa3fb044543851353ca1797..b5f4f0bd407d26439f12c9dd6f1b6a2b4658a13b 100644 (file)
--- a/ui/gtk.c
+++ b/ui/gtk.c
 #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"