Drop unneeded pthread.h inclusions
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 20 Sep 2011 15:11:58 +0000 (17:11 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 21 Sep 2011 09:49:16 +0000 (10:49 +0100)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/xen_nic.c
hw/xics.c
ui/spice-display.c

index aeca8da96be49a4a5564a275934da7244a8061db..ef2a2d6997d9f6fca47f7298df2d4b05da28a76a 100644 (file)
@@ -25,7 +25,6 @@
 #include <inttypes.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <pthread.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
index 9bf82aaf24ebfcfb5dfd0829aa9742e5b1d13480..80e064eaa39b71c0975ec12f5a718256ca5f1c45 100644 (file)
--- a/hw/xics.c
+++ b/hw/xics.c
@@ -29,8 +29,6 @@
 #include "hw/spapr.h"
 #include "hw/xics.h"
 
-#include <pthread.h>
-
 /*
  * ICP: Presentation layer
  */
index 3a92a126e5cb6603f96800fabae37dab91fa2e69..6c302a39094ad98bd0b718c95ac1e7fc2c70c3a5 100644 (file)
@@ -15,8 +15,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <pthread.h>
-
 #include "qemu-common.h"
 #include "qemu-spice.h"
 #include "qemu-timer.h"