]> git.ozlabs.org Git - petitboot/blobdiff - discover/network.c
lib: Move generic file-handling code to lib/
[petitboot] / discover / network.c
index c0bd2af01e84a0321be6f511fdfbc64e6046b07f..c9460ac5ae4a0802c15eebf9a1c3c948a5eaabf8 100644 (file)
 
 #include <log/log.h>
 #include <list/list.h>
+#include <file/file.h>
 #include <types/types.h>
 #include <talloc/talloc.h>
 #include <waiter/waiter.h>
 #include <process/process.h>
 #include <system/system.h>
 
-#include "file.h"
 #include "network.h"
 #include "sysinfo.h"
 #include "platform.h"