commit | ed8a7d84428ec945c48b6b53dc5a3a18fabaf683 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Apr 19 17:05:34 2010 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Apr 21 19:43:35 2010 -0700 |
tree | 9cb7e354a86e2109b5a9b1418986333daec9a5b3 | |
parent | 12541c61311e0488e9873df754f8328cd12f99b4 [diff] [blame] |
init: Move list and log handling to list.h and log.h Change-Id: I298f575c590d0f28b7ad78747f3ebdbba56b7a27
diff --git a/init/parser.c b/init/parser.c index b045216..b085da8 100644 --- a/init/parser.c +++ b/init/parser.c
@@ -11,6 +11,8 @@ #include "property_service.h" #include "parser.h" #include "util.h" +#include "list.h" +#include "log.h" #include <cutils/iosched_policy.h>