projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487cddb
)
gtk: Remove unused include statements which are not portable
author
Stefan Weil
<sw@weilnetz.de>
Sun, 18 Aug 2013 07:26:34 +0000
(09:26 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/ui/gtk.c
b/ui/gtk.c
index c38146f80fb7fa4c6aa3fb044543851353ca1797..b5f4f0bd407d26439f12c9dd6f1b6a2b4658a13b 100644
(file)
--- 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"