qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 3/3] gtk: Remove unused include statements which are


From: Stefan Weil
Subject: [Qemu-devel] [PULL 3/3] gtk: Remove unused include statements which are not portable
Date: Tue, 27 Aug 2013 14:38:52 +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 <address@hidden>
---
 ui/gtk.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/ui/gtk.c b/ui/gtk.c
index c38146f..b5f4f0b 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"
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]