diff options
author | Jan Kiszka | 2011-09-20 17:11:58 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2011-09-21 11:49:16 +0200 |
commit | 43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65 (patch) | |
tree | c492995b9c13baadb56b7f8622f555ba6a4460b3 /hw/xics.c | |
parent | fix compilation with stderr trace backend (diff) | |
download | qemu-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ #include "hw/spapr.h" #include "hw/xics.h" -#include <pthread.h> - /* * ICP: Presentation layer */ |