Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp16775imu; Thu, 24 Jan 2019 18:47:54 -0800 (PST) X-Google-Smtp-Source: ALg8bN7pzqCA5NCH0pUWOJtV0NlIDgOisIUZ24Q/29Ile5Zc7hI+eW9XI/Vq9eu5fEvH6WCxNbXb X-Received: by 2002:a17:902:2aa8:: with SMTP id j37mr8737983plb.226.1548384474858; Thu, 24 Jan 2019 18:47:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548384474; cv=none; d=google.com; s=arc-20160816; b=lzJ55fxSiBQsaRQpAxjTc/Od4MdyUbQyH0fxLO3add8nWBONZpkNBbWEY5FTLRv3t3 WyL5O6H1LM6id1lMGsEaBV8thHbtnwc4KuYXO4oGoP+u+PQnjn3HtciFM0JrXuMl7KQg FH2KqJ/iA2K/I7AHfrfHa/T1OL+E5p3sMAVNIk8jiW7WUz2/3iaLlunHnhiWun7kKTtt tLj5ByMV0TjjF6Vf5QNcRmfOD4tW3pbTk+0ISvA3b1eMAQZHCg8N+8IELsWBwKRSKYti j8DKL+0t5YvLmztL35YGoarSwi4tQtv+2JPZgfvqcxDN/SX/STbi2zMUUsAb2SjCjnBj MbHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=tmFb8XOGLB4Y+7Z2yVBtleusEoOpvGV24r+1Eln8RHE=; b=TEJSYSBSrJJ4at38mMMIKerL91vNYGiqm7qS1g7yXI2Y2kkmxMaIMti+SPs47aIxVv EfHolDj2kg9BC4xzAg1kPtXjokA44/sLTtvUdGl9ZxdUGTAk2wIjxTUEENLq8RztYSk1 xhvhNqZ/zV+QKVT6p1mo+edzv7C/9mxkUGdzBcxA8SNy7TcJR4VppDfVQe7R5+zu0gtm KXv4XAWs/p/DSDBSHvsHcdnJAJ+P7LKDIjEkaX9gBI57tI2+IKHm/2usiBI1NTC8y6OV 2iMxvR7JiomDCwYMXpP3n4gn1HcmHkxSA4RnOw4cME9JGU3IhVuqIWBhfxSWmhSm0p+S epig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y11si44790pgj.442.2019.01.24.18.47.23; Thu, 24 Jan 2019 18:47:54 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728593AbfAYCrR (ORCPT + 99 others); Thu, 24 Jan 2019 21:47:17 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:2669 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726107AbfAYCrR (ORCPT ); Thu, 24 Jan 2019 21:47:17 -0500 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id EFAF96ECD5FDF2D6CC60; Fri, 25 Jan 2019 10:47:14 +0800 (CST) Received: from localhost (10.177.31.96) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.408.0; Fri, 25 Jan 2019 10:47:08 +0800 From: YueHaibing To: , , CC: , , , YueHaibing Subject: [PATCH -next] selftests: bpf: remove duplicated include Date: Fri, 25 Jan 2019 10:46:34 +0800 Message-ID: <20190125024634.14580-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.10.2.windows.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.31.96] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove duplicated include. Signed-off-by: YueHaibing --- tools/testing/selftests/bpf/test_flow_dissector.c | 2 -- tools/testing/selftests/bpf/test_maps.c | 1 - tools/testing/selftests/bpf/test_sockmap.c | 1 - 3 files changed, 4 deletions(-) diff --git a/tools/testing/selftests/bpf/test_flow_dissector.c b/tools/testing/selftests/bpf/test_flow_dissector.c index 12b784a..01f0c63 100644 --- a/tools/testing/selftests/bpf/test_flow_dissector.c +++ b/tools/testing/selftests/bpf/test_flow_dissector.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include @@ -25,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/tools/testing/selftests/bpf/test_maps.c b/tools/testing/selftests/bpf/test_maps.c index e2b9eee..1dfef77 100644 --- a/tools/testing/selftests/bpf/test_maps.c +++ b/tools/testing/selftests/bpf/test_maps.c @@ -633,7 +633,6 @@ static void test_stackmap(int task, void *data) close(fd); } -#include #include #include #include diff --git a/tools/testing/selftests/bpf/test_sockmap.c b/tools/testing/selftests/bpf/test_sockmap.c index e85a771..3845144 100644 --- a/tools/testing/selftests/bpf/test_sockmap.c +++ b/tools/testing/selftests/bpf/test_sockmap.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- 2.7.0