diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-09-20 17:11:58 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-09-21 10:49:16 +0100 |
commit | 43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65 (patch) | |
tree | c492995b9c13baadb56b7f8622f555ba6a4460b3 /hw/xen_nic.c | |
parent | 903ec8eae6cca0986d8288016aca6c26626e7d85 (diff) |
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/xen_nic.c')
-rw-r--r-- | hw/xen_nic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xen_nic.c b/hw/xen_nic.c index aeca8da96b..ef2a2d6997 100644 --- a/hw/xen_nic.c +++ b/hw/xen_nic.c @@ -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> |