summaryrefslogtreecommitdiffstats
path: root/hw/xics.c
diff options
context:
space:
mode:
authorJan Kiszka2011-09-20 17:11:58 +0200
committerStefan Hajnoczi2011-09-21 11:49:16 +0200
commit43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65 (patch)
treec492995b9c13baadb56b7f8622f555ba6a4460b3 /hw/xics.c
parentfix compilation with stderr trace backend (diff)
downloadqemu-43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65.tar.gz
qemu-43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65.tar.xz
qemu-43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65.zip
Drop unneeded pthread.h inclusions
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/xics.c')
-rw-r--r--hw/xics.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xics.c b/hw/xics.c
index 9bf82aaf24..80e064eaa3 100644
--- 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
*/