]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/null/rte_eth_null.c
ethdev: make driver-only headers private
[dpdk.git] / drivers / net / null / rte_eth_null.c
index 49ee8da8e4db1bd5761a17d40e75f76308b7210c..32764e8f0e80f7ff645add014f1c9392ee31e12a 100644 (file)
@@ -4,8 +4,8 @@
  */
 
 #include <rte_mbuf.h>
-#include <rte_ethdev_driver.h>
-#include <rte_ethdev_vdev.h>
+#include <ethdev_driver.h>
+#include <ethdev_vdev.h>
 #include <rte_malloc.h>
 #include <rte_memcpy.h>
 #include <rte_bus_vdev.h>