From patchwork Fri Oct 26 15:17:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 1652351 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id D5B06DF2F6 for ; Fri, 26 Oct 2012 15:17:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933733Ab2JZPRc (ORCPT ); Fri, 26 Oct 2012 11:17:32 -0400 Received: from mail-qa0-f53.google.com ([209.85.216.53]:63076 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932078Ab2JZPRb (ORCPT ); Fri, 26 Oct 2012 11:17:31 -0400 Received: by mail-qa0-f53.google.com with SMTP id c1so308384qae.19 for ; Fri, 26 Oct 2012 08:17:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=mVpXkwN+Sks8s72iOwyjuYgJdA3r9DCqiMh24EFvqes=; b=zFV8ngjz2D92UbhgJdDcM1/jJNDSzpbNhSpWFpCYNeGrqeT7yJhZ9FQmVe6xbTNRp7 A8OEywZAX+Vb8CbUEC6Tjuf1qtZ4ixLRcpplAqZO9jlmGJlwrs5bRGQlsAq8ttnhgMvH +J4/ngOOGmuc/jdfl6z4Vw3mFr87V2oPZR4k2yUFCG65wKI3cYiNEWGhn2L0T0IluEFa bPCmhiYE4qzyk1N52NOIzppwHf2zpsQel8XGhusfYYWYVgM5ML57AQjvttCPzgSpquUm TIUhA7Pc1Pka8G6TGBX3RZkusSp1xYOb9ytUbSJje6XZVOvlJO/jBUR4pKYVeEbYXE1M BJsg== MIME-Version: 1.0 Received: by 10.49.4.65 with SMTP id i1mr14424421qei.51.1351264650776; Fri, 26 Oct 2012 08:17:30 -0700 (PDT) Received: by 10.229.207.197 with HTTP; Fri, 26 Oct 2012 08:17:30 -0700 (PDT) Date: Fri, 26 Oct 2012 23:17:30 +0800 Message-ID: Subject: [PATCH -next] kvm tools: remove duplicated include from builtin-setup.c From: Wei Yongjun To: penberg@kernel.org, levinsasha928@gmail.com, asias.hejun@gmail.com Cc: yongjun_wei@trendmicro.com.cn, kvm@vger.kernel.org Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Wei Yongjun Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- tools/kvm/builtin-setup.c | 4 ---- 1 file changed, 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/tools/kvm/builtin-setup.c b/tools/kvm/builtin-setup.c index 1b865b7..c5b0566 100644 --- a/tools/kvm/builtin-setup.c +++ b/tools/kvm/builtin-setup.c @@ -13,11 +13,7 @@ #include #include #include -#include #include -#include -#include -#include #include extern char _binary_guest_init_start;