test: remove hack for private header inclusion
[dpdk.git] / app / test / test_eal_fs.c
index bb93b82..39ac696 100644 (file)
@@ -8,8 +8,7 @@
 #include <string.h>
 #include <errno.h>
 
-/* eal_filesystem.h is not a public header file, so use relative path */
-#include "../../lib/eal/common/eal_filesystem.h"
+#include "eal_filesystem.h"
 
 static int
 test_parse_sysfs_value(void)