From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6K0P-0007ZH-Oe for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6K0N-0006Ow-Iu for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:17 -0400 Received: from mtagate3.uk.ibm.com ([194.196.100.163]:57786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6K0N-0006Oc-6s for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:15 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p8LAQExQ018197 for ; Wed, 21 Sep 2011 10:26:14 GMT Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8LAQDdQ2146328 for ; Wed, 21 Sep 2011 11:26:13 +0100 Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8LHQD9Q027236 for ; Wed, 21 Sep 2011 11:26:14 -0600 From: Stefan Hajnoczi Date: Wed, 21 Sep 2011 11:26:02 +0100 Message-Id: <1316600766-5541-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 4/8] Drop unneeded pthread.h inclusions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Anthony Liguori , Stefan Hajnoczi From: Jan Kiszka 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, 0 insertions(+), 5 deletions(-) diff --git a/hw/xen_nic.c b/hw/xen_nic.c index aeca8da..ef2a2d6 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 9bf82aa..80e064e 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 3a92a12..6c302a3 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" -- 1.7.5.4