From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 9/9] KVM: remove duplicated #include Date: Thu, 17 Sep 2009 22:15:16 -0300 Message-ID: <20090918011516.GA15517@amt.cnet> References: <1253106579-744-1-git-send-email-weiyi.huang@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Huang Weiyi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56499 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbZIRCrs (ORCPT ); Thu, 17 Sep 2009 22:47:48 -0400 Content-Disposition: inline In-Reply-To: <1253106579-744-1-git-send-email-weiyi.huang@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Applied, thanks. On Wed, Sep 16, 2009 at 09:09:39PM +0800, Huang Weiyi wrote: > Remove duplicated #include('s) in > arch/x86/kvm/lapic.c > > Signed-off-by: Huang Weiyi > --- > arch/x86/kvm/lapic.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c > index 1ae5ceb..1fa20c4 100644 > --- a/arch/x86/kvm/lapic.c > +++ b/arch/x86/kvm/lapic.c > @@ -32,7 +32,6 @@ > #include > #include > #include > -#include > #include "kvm_cache_regs.h" > #include "irq.h" > #include "trace.h"