diff options
| author | Colin Cross <ccross@android.com> | 2010-04-19 17:05:34 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2010-04-21 19:43:35 -0700 |
| commit | ed8a7d84428ec945c48b6b53dc5a3a18fabaf683 (patch) | |
| tree | 9cb7e354a86e2109b5a9b1418986333daec9a5b3 /init/parser.c | |
| parent | 12541c61311e0488e9873df754f8328cd12f99b4 (diff) | |
| download | system_core-ed8a7d84428ec945c48b6b53dc5a3a18fabaf683.tar.gz system_core-ed8a7d84428ec945c48b6b53dc5a3a18fabaf683.tar.bz2 system_core-ed8a7d84428ec945c48b6b53dc5a3a18fabaf683.zip | |
init: Move list and log handling to list.h and log.h
Change-Id: I298f575c590d0f28b7ad78747f3ebdbba56b7a27
Diffstat (limited to 'init/parser.c')
| -rw-r--r-- | init/parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/parser.c b/init/parser.c index b045216f..b085da87 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> |
