]> git.ozlabs.org Git - petitboot/blobdiff - discover/parser.c
lib: Move generic file-handling code to lib/
[petitboot] / discover / parser.c
index 74b2559c8ab9776d138bddc7a8ea51ef9625351d..7833981ae3785d11aa072066f4aa834ae3a4acbc 100644 (file)
@@ -5,6 +5,7 @@
 #include <sys/stat.h>
 
 #include "types/types.h"
+#include <file/file.h>
 #include <log/log.h>
 #include <talloc/talloc.h>
 
@@ -12,7 +13,6 @@
 #include "parser.h"
 #include "parser-utils.h"
 #include "paths.h"
-#include "file.h"
 
 struct p_item {
        struct list_item list;