app/test: remove large IPv4 LPM data file
[dpdk.git] / app / test / test_lpm.c
index b6ad2eb..0952f52 100644 (file)
 #include <stdint.h>
 #include <stdlib.h>
 
+#include <rte_ip.h>
 #include <rte_lpm.h>
 
 #include "test.h"
-#include "test_lpm_routes.h"
 #include "test_xmmt_ops.h"
 
 #define TEST_LPM_ASSERT(cond) do {                                            \