From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 04/19] distributor: remove duplicate include of rte_compat.h Date: Tue, 11 Jul 2017 11:55:31 -0700 Message-ID: <20170711185546.26138-5-stephen@networkplumber.org> References: <20170711185546.26138-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 28D3C568A for ; Tue, 11 Jul 2017 20:56:01 +0200 (CEST) Received: by mail-pg0-f50.google.com with SMTP id u62so481327pgb.3 for ; Tue, 11 Jul 2017 11:56:01 -0700 (PDT) In-Reply-To: <20170711185546.26138-1-stephen@networkplumber.org> 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 --- lib/librte_distributor/rte_distributor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_distributor/rte_distributor.c b/lib/librte_distributor/rte_distributor.c index c4e31b8c4245..20ba9ffbc84c 100644 --- a/lib/librte_distributor/rte_distributor.c +++ b/lib/librte_distributor/rte_distributor.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include "rte_distributor_private.h" -- 2.11.0