drivers/dpaa: remove duplicate includes

Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool")
Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
This commit is contained in:
Thomas Monjalon 2017-10-06 18:08:29 +02:00
parent 5d3a35ff06
commit d4af27d9d0
2 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,6 @@
#include <stdbool.h>
#include <inttypes.h>
#include <unistd.h>
#include <unistd.h>
#include <rte_mempool.h>

View File

@ -32,7 +32,6 @@
*/
/* System headers */
#include <stdio.h>
#include <inttypes.h>
#include <unistd.h>
#include <stdio.h>
@ -56,7 +55,6 @@
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev.h>
#include <rte_atomic.h>
#include <rte_malloc.h>
#include <rte_ring.h>
#include <rte_ip.h>