From patchwork Tue Jul 11 18:55:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 26812 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 E63E27D08; Tue, 11 Jul 2017 20:56:43 +0200 (CEST) Received: from mail-pf0-f169.google.com (mail-pf0-f169.google.com [209.85.192.169]) by dpdk.org (Postfix) with ESMTP id C86997CD1 for ; Tue, 11 Jul 2017 20:56:22 +0200 (CEST) Received: by mail-pf0-f169.google.com with SMTP id c73so499630pfk.2 for ; Tue, 11 Jul 2017 11:56:22 -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=uMdR77Fo9ik/572rwzi+eCZfkEGMWMNiDtce4A7X6Mw=; b=aE9htoMp0CQFoMlqhoELSy+r2tsBlpENw4jyLveiMDEvRdF1D9a+6F4ny0SaPgw1Wk 3sNl50W6gBON0OPua9/gIQvflOGS4WGdrRM9VRr0gnAQ14/434K/yJQBz2dyhjOq3zRb 68SANmun7NAMhVI/9YApaogSeExg5DvUvNiDVG7Rtvn4stGmHeIaDHAgi9HpZ13Ga0Wu 83IJkHpdVvbQfx5EToSpIgqBYJ3sYXZwxKLQ4IB3tCPZ5LzcXlZQKxmsp3kWYh30uTww JRE451vlpjv0pmK8Ce45zQA7YYw+Dem2MzyVLdzDGdSyqGl0UG9mfco8T7vddnrtAZGm YK0Q== 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=uMdR77Fo9ik/572rwzi+eCZfkEGMWMNiDtce4A7X6Mw=; b=A3J4Mws93Cs1asfCyk7yaXjEdYGfQC7thOCHAmxuQcuXc7T96q0FRtP99k9QHlcy1q 0axx1vRwwbQADOQzAAaUppJMbQoqZT+p/8rJUKjBckyDwATNYbi8S3L/ntv5q3ocPyxW Jn0Sv6rpgMpAZyzIXdoFid89z1n/3P0ruO9hU2KwXrYJnWG7K/syU8RpgPhEn5x0EnZj 95F197Noqfln8eBYLj9u7qXfSAP95FSKXDTDdBDTE52vq4+2RBB28xySO7fgrWrnPTyP uRVN5PYJlP1kd+2QFPSzVssPMJeK9HOIO/GXGBY+lcS8y2o6CdsTFcfLwBgDwQOcsDUA L2Sw== X-Gm-Message-State: AIVw111j99qd6Iausf3AI89JVbxseEwZJPjnBf/+S2USDYaJ5F6/aUEQ o2IQFUYOb5ducYIhrU1rlA== X-Received: by 10.84.224.134 with SMTP id s6mr1357140plj.263.1499799381277; Tue, 11 Jul 2017 11:56:21 -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.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Jul 2017 11:56:20 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 11 Jul 2017 11:55:46 -0700 Message-Id: <20170711185546.26138-20-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 19/19] test/test: remove duplicate includes 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 --- test/test/test_alarm.c | 1 - test/test/test_atomic.c | 1 - test/test/test_eal_flags.c | 1 - test/test/test_malloc.c | 1 - test/test/test_mbuf.c | 1 - test/test/test_mp_secondary.c | 4 ---- test/test/test_per_lcore.c | 1 - test/test/test_ring.c | 1 - test/test/test_rwlock.c | 1 - test/test/test_spinlock.c | 1 - 10 files changed, 13 deletions(-) diff --git a/test/test/test_alarm.c b/test/test/test_alarm.c index ecb2f6d45770..7da0efa395d9 100644 --- a/test/test/test_alarm.c +++ b/test/test/test_alarm.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include diff --git a/test/test/test_atomic.c b/test/test/test_atomic.c index b5e7e1b78f53..c68723ae0d87 100644 --- a/test/test/test_atomic.c +++ b/test/test/test_atomic.c @@ -42,7 +42,6 @@ #include #include #include -#include #include #include "test.h" diff --git a/test/test/test_eal_flags.c b/test/test/test_eal_flags.c index 4afb36432cb3..594d79d7e870 100644 --- a/test/test/test_eal_flags.c +++ b/test/test/test_eal_flags.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include diff --git a/test/test/test_malloc.c b/test/test/test_malloc.c index fcd8b8639086..013fd4407954 100644 --- a/test/test/test_malloc.c +++ b/test/test/test_malloc.c @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include diff --git a/test/test/test_mbuf.c b/test/test/test_mbuf.c index 2057a518205a..3396b4a93211 100644 --- a/test/test/test_mbuf.c +++ b/test/test/test_mbuf.c @@ -43,7 +43,6 @@ #include #include #include -#include #include #include #include diff --git a/test/test/test_mp_secondary.c b/test/test/test_mp_secondary.c index 94042e57c0b4..0b93a2de1556 100644 --- a/test/test/test_mp_secondary.c +++ b/test/test/test_mp_secondary.c @@ -41,11 +41,7 @@ #include #include #include -#include -#include #include -#include -#include #include #include #include diff --git a/test/test/test_per_lcore.c b/test/test/test_per_lcore.c index 747513d47ba0..247e171439c8 100644 --- a/test/test/test_per_lcore.c +++ b/test/test/test_per_lcore.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include diff --git a/test/test/test_ring.c b/test/test/test_ring.c index d68654eb802a..d664b04b714a 100644 --- a/test/test/test_ring.c +++ b/test/test/test_ring.c @@ -54,7 +54,6 @@ #include #include #include -#include #include #include diff --git a/test/test/test_rwlock.c b/test/test/test_rwlock.c index 50f58adec284..3dd2ed4c4dd6 100644 --- a/test/test/test_rwlock.c +++ b/test/test/test_rwlock.c @@ -44,7 +44,6 @@ #include #include #include -#include #include #include diff --git a/test/test/test_spinlock.c b/test/test/test_spinlock.c index b86cd887c74b..a93f1baa8add 100644 --- a/test/test/test_spinlock.c +++ b/test/test/test_spinlock.c @@ -44,7 +44,6 @@ #include #include #include -#include #include #include #include