From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Blunck Subject: [PATCH 1/2] cryptodev: remove obsolete include Date: Wed, 12 Jul 2017 03:59:39 -0400 Message-ID: <20170712075940.58559-2-jblunck@infradead.org> References: <20170712075940.58559-1-jblunck@infradead.org> Cc: declan.doherty@intel.com To: dev@dpdk.org Return-path: Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by dpdk.org (Postfix) with ESMTP id CB47E7CAE for ; Wed, 12 Jul 2017 09:59:57 +0200 (CEST) Received: by mail-lf0-f66.google.com with SMTP id t72so1509167lff.0 for ; Wed, 12 Jul 2017 00:59:57 -0700 (PDT) In-Reply-To: <20170712075940.58559-1-jblunck@infradead.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: Jan Blunck --- lib/librte_cryptodev/rte_cryptodev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index ca7cbdd8d..989db0f36 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -49,7 +49,6 @@ extern "C" { #include "rte_crypto.h" #include "rte_dev.h" #include -#include extern const char **rte_cyptodev_names; -- 2.13.2