net/nfp: fix unused header reference

Apart from not being used, this is causing problem when compiling
DPDK with the musl library as reported by bugzilla.

Bugzilla ID: 40
Fixes: c7e9729da6 ("net/nfp: support CPP")
Cc: stable@dpdk.org

Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
This commit is contained in:
Alejandro Lucero 2018-06-11 12:20:46 +01:00 committed by Ferruh Yigit
parent 41e59028dd
commit 8c7cd2fa4e

View File

@ -13,7 +13,6 @@
#include <stdlib.h>
#include <ctype.h>
#include <inttypes.h>
#include <sys/cdefs.h>
#include <sys/stat.h>
#include <limits.h>
#include <errno.h>