commit | da04c52ab1036048520fca265cf02b61dca789e0 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Thu Sep 01 17:09:44 2011 -0700 |
committer | Dima Zavin <dima@android.com> | Fri Sep 02 12:11:18 2011 -0700 |
tree | 93ffef38f15b4f38845cff1446d749a2ca9faa65 | |
parent | 8f91282ebe1963b9d27f8779ad1342302b293bd2 [diff] [blame] |
init/cutils: move list utility code to cutils from init Change-Id: I357ceee813700297d8343159f22a07659e768d41 Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/init/init.h b/init/init.h index 05cdfaa..2d98c7c 100644 --- a/init/init.h +++ b/init/init.h
@@ -17,7 +17,7 @@ #ifndef _INIT_INIT_H #define _INIT_INIT_H -#include "list.h" +#include <cutils/list.h> #include <sys/stat.h>