From: Bruce Richardson Date: Wed, 18 Jun 2014 20:33:07 +0000 (+0100) Subject: i40e: remove endian.h include X-Git-Tag: spdx-start~10623 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3056abfb273c0b12f307a6b2398b4217577c3d40;p=dpdk.git i40e: remove endian.h include endian.h is not needed for the compilation of i40e_rxtx.c and its inclusion prevents building on FreeBSD systems. Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon --- diff --git a/lib/librte_pmd_i40e/i40e_rxtx.c b/lib/librte_pmd_i40e/i40e_rxtx.c index d802894c59..9fccbee0fe 100644 --- a/lib/librte_pmd_i40e/i40e_rxtx.c +++ b/lib/librte_pmd_i40e/i40e_rxtx.c @@ -31,7 +31,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include