test: remove hack for private header inclusion
[dpdk.git] / app / test / test_memzone.c
index 03a9d1d..27b8b52 100644 (file)
@@ -18,7 +18,8 @@
 #include <rte_string_fns.h>
 #include <rte_errno.h>
 #include <rte_malloc.h>
-#include "../../lib/eal/common/malloc_elem.h"
+
+#include "malloc_elem.h"
 
 #include "test.h"