net/enic: remove useless include

libgen.h is not used, so do not include it.

Fixes: fefed3d1e6 ("enic: new driver")
Cc: stable@dpdk.org

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
This commit is contained in:
Hyong Youb Kim 2019-01-14 07:01:21 -08:00 committed by Ferruh Yigit
parent 55c61fa714
commit a1c40a3a3b
2 changed files with 0 additions and 3 deletions

View File

@ -3,8 +3,6 @@
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*/
#include <libgen.h>
#include <rte_ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_hash.h>

View File

@ -8,7 +8,6 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <libgen.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>