diff options
author | Elliott Hughes <enh@google.com> | 2014-05-14 16:51:09 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-05-14 16:51:09 -0700 |
commit | f94853f294059efc49ee5a057833cf8bc2b6c5df (patch) | |
tree | 0d5316186ac01d4d10fe936ab258190f9010ba54 /init | |
parent | 32e4479d5535887d03625b43b7e3574b458dfc8d (diff) | |
download | system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.zip system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.tar.gz system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.tar.bz2 |
Clean up some unnecessary system_properties cruft.
Bug: 14970171
Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb
Diffstat (limited to 'init')
-rw-r--r-- | init/builtins.c | 1 | ||||
-rw-r--r-- | init/init.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/init/builtins.c b/init/builtins.c index d973a6b..d9f7bbe 100644 --- a/init/builtins.c +++ b/init/builtins.c @@ -33,7 +33,6 @@ #include <linux/loop.h> #include <cutils/partition_utils.h> #include <cutils/android_reboot.h> -#include <sys/system_properties.h> #include <fs_mgr.h> #include <selinux/selinux.h> diff --git a/init/init.c b/init/init.c index fc20198..1538aa6 100644 --- a/init/init.c +++ b/init/init.c @@ -46,8 +46,6 @@ #include <private/android_filesystem_config.h> #include <termios.h> -#include <sys/system_properties.h> - #include "devices.h" #include "init.h" #include "log.h" |