init: Move list and log handling to list.h and log.h

Change-Id: I298f575c590d0f28b7ad78747f3ebdbba56b7a27
diff --git a/init/property_service.c b/init/property_service.c
index b1c6552..a5a7a70 100644
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -44,6 +44,7 @@
 #include "property_service.h"
 #include "init.h"
 #include "util.h"
+#include "log.h"
 
 #define PERSISTENT_PROPERTY_DIR  "/data/property"