move common files to root
[libpicofe.git] / linux / plat.c
index 4ed1e65..f793910 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/mman.h>
 #include <errno.h>
 
-#include "../common/plat.h"
+#include "../plat.h"
 
 /* XXX: maybe unhardcode pagesize? */
 #define HUGETLB_PAGESIZE (2 * 1024 * 1024)