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/init.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/init.c')
| -rwxr-xr-x | init/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 936880a0..e2889b6b 100755 --- a/init/init.c +++ b/init/init.c @@ -40,6 +40,8 @@ #include "devices.h" #include "init.h" +#include "list.h" +#include "log.h" #include "property_service.h" #include "bootchart.h" #include "signal_handler.h" |
