From 43b26fc85157cf34fdaa3e2c7c79ad3ca210bc65 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 20 Sep 2011 17:11:58 +0200 Subject: [PATCH] Drop unneeded pthread.h inclusions Signed-off-by: Jan Kiszka Signed-off-by: Stefan Hajnoczi --- hw/xen_nic.c | 1 - hw/xics.c | 2 -- ui/spice-display.c | 2 -- 3 files changed, 5 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 #include #include -#include #include #include #include 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 - /* * ICP: Presentation layer */ diff --git a/ui/spice-display.c b/ui/spice-display.c index 3a92a126e5..6c302a3909 100644 --- a/ui/spice-display.c +++ b/ui/spice-display.c @@ -15,8 +15,6 @@ * along with this program; if not, see . */ -#include - #include "qemu-common.h" #include "qemu-spice.h" #include "qemu-timer.h" -- GitLab