lib: remove unneeded header includes
[dpdk.git] / lib / ip_frag / rte_ipv4_fragmentation.c
index 2e7739d..669682a 100644 (file)
@@ -6,8 +6,6 @@
 #include <errno.h>
 
 #include <rte_memcpy.h>
-#include <rte_mempool.h>
-#include <rte_debug.h>
 #include <rte_ether.h>
 
 #include "ip_frag_common.h"