From patchwork Tue Jul 11 18:55:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 26809 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 45F587CF8; Tue, 11 Jul 2017 20:56:35 +0200 (CEST) Received: from mail-pg0-f54.google.com (mail-pg0-f54.google.com [74.125.83.54]) by dpdk.org (Postfix) with ESMTP id 9DA727CB0 for ; Tue, 11 Jul 2017 20:56:17 +0200 (CEST) Received: by mail-pg0-f54.google.com with SMTP id k14so534009pgr.0 for ; Tue, 11 Jul 2017 11:56:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fjncDrVLzoie64rZHBZBwoP5cRKCxnajZ85tCNfEcAk=; b=KL8xKs3WPohlt8ZvDQMbGoMMtsMJxoaClOqCJKTLJ3ZuHpQIKs89Dtu+YykEbjBP0a dtgQ7RBx1CQrUVHkjmaemOajr/Pf/mj0P7J4NHsXXFmWpWY7MtVjl9iX/P3TgWqB4vgO xDfnQeiNFy81GmevWBp08FBa8zm0dmCzX+RdlMVkq/GlKYIWM7HuBRihaI+Cb39IJ2Ki G2gW+/Jm1GJFbdT+8MNXl+LoBLLt7QPLdv3hJKnO7jJBLqqpGOeW5dxFREvz11y16aRZ 4l7F2UXhhr3lFhlPJQbHjeOvkEc6gd9e8RYnHJYmhMQEF1QFWnUREcUoRPClfxXk5/2J qmng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fjncDrVLzoie64rZHBZBwoP5cRKCxnajZ85tCNfEcAk=; b=R1Rqqsipbw8sljR/5PqX1yumrii3sP/zMqPT2MeVF7N6ubSA4hOZ9YZqA3KdBz86ku j41Vbg5SEwOWIzhYwbFDaxdIVTdXJJU9iHPw29G/aPpxAFHtGlARW+pbV6ykODaivAHq 57g6FXYKerHGlKFKvwhK3DdmBgbZUKNRLkb1v817Tr11STgA7YRc08TtiBEsbQIFg2Nh tL6UkdmYykYvbV1+fUXsllDP1crgGNP34Yd83hlidukgnTGuPX2r5ypVeP888XnLw7aS z9VdRBo99LLByEA0KapcLdpsQd2xvybBcxeAtUEIYC7cfPyT8JT0HUYSZr1KdirdOrRA Cv/A== X-Gm-Message-State: AIVw1138rxmizpqxm7urQD3FLphbhRugGPkvv9P2jDPrFQ8YbQUqg0oE Y3e9ywKZUn0yFh7z4SxKSw== X-Received: by 10.84.169.3 with SMTP id g3mr1421750plb.136.1499799376531; Tue, 11 Jul 2017 11:56:16 -0700 (PDT) Received: from xeon-e3.wavecable.com (76-14-207-240.or.wavecable.com. [76.14.207.240]) by smtp.gmail.com with ESMTPSA id p77sm104099pfd.62.2017.07.11.11.56.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Jul 2017 11:56:15 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 11 Jul 2017 11:55:43 -0700 Message-Id: <20170711185546.26138-17-stephen@networkplumber.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170711185546.26138-1-stephen@networkplumber.org> References: <20170711185546.26138-1-stephen@networkplumber.org> Subject: [dpdk-dev] [PATCH 16/19] app/proc-info: remove duplicate include X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Stephen Hemminger --- app/proc_info/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/proc_info/main.c b/app/proc_info/main.c index d4f6a8236e3f..8b753a2ee01b 100644 --- a/app/proc_info/main.c +++ b/app/proc_info/main.c @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include