From patchwork Tue Sep 20 15:11:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 115572 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DF908B70BC for ; Wed, 21 Sep 2011 01:12:25 +1000 (EST) Received: from localhost ([::1]:51201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R61zj-0002XF-CH for incoming@patchwork.ozlabs.org; Tue, 20 Sep 2011 11:12:23 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R61zd-0002WY-8w for qemu-devel@nongnu.org; Tue, 20 Sep 2011 11:12:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R61zY-00020x-Tp for qemu-devel@nongnu.org; Tue, 20 Sep 2011 11:12:17 -0400 Received: from thoth.sbs.de ([192.35.17.2]:22139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R61zO-0001x7-7R; Tue, 20 Sep 2011 11:12:02 -0400 Received: from mail1.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.13.6/8.13.6) with ESMTP id p8KFBxAE026717; Tue, 20 Sep 2011 17:11:59 +0200 Received: from mchn199C.mchp.siemens.de ([139.25.109.49]) by mail1.siemens.de (8.13.6/8.13.6) with ESMTP id p8KFBwcC016515; Tue, 20 Sep 2011 17:11:59 +0200 Message-ID: <4E78AD3E.5070509@siemens.com> Date: Tue, 20 Sep 2011 17:11:58 +0200 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: qemu-trivial X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 192.35.17.2 Cc: qemu-devel Subject: [Qemu-devel] [PATCH] Drop unneeded pthread.h inclusions X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Jan Kiszka --- 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 e385361..590a5a6 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"