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:
parent
55c61fa714
commit
a1c40a3a3b
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user