From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 06/19] cuckoo_hash: remove duplicate include of rte_log.h Date: Tue, 11 Jul 2017 11:55:33 -0700 Message-ID: <20170711185546.26138-7-stephen@networkplumber.org> References: <20170711185546.26138-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by dpdk.org (Postfix) with ESMTP id 67A6556A1 for ; Tue, 11 Jul 2017 20:56:04 +0200 (CEST) Received: by mail-pf0-f174.google.com with SMTP id c73so496025pfk.2 for ; Tue, 11 Jul 2017 11:56:04 -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_hash/rte_cuckoo_hash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_hash/rte_cuckoo_hash.c b/lib/librte_hash/rte_cuckoo_hash.c index 5b2b8ddeb098..87b25c016a71 100644 --- a/lib/librte_hash/rte_cuckoo_hash.c +++ b/lib/librte_hash/rte_cuckoo_hash.c @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include -- 2.11.0