diff options
author | Elliott Hughes <enh@google.com> | 2014-05-22 10:00:35 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-05-22 10:00:35 -0700 |
commit | 617681d355e086b5523278d5dd7e54548223e74d (patch) | |
tree | a4c966ca0a97cc2a5669dce954d1017c8ea8b5ef /init | |
parent | 48ac3d1b14f036a4994adba22707f7465ccfae2f (diff) | |
download | system_core-617681d355e086b5523278d5dd7e54548223e74d.zip system_core-617681d355e086b5523278d5dd7e54548223e74d.tar.gz system_core-617681d355e086b5523278d5dd7e54548223e74d.tar.bz2 |
Remove unnecessary #includes of <sys/atomics.h>.
Bug: 14903517
Change-Id: I5b0a418dd982f1a2fd90609b12bd8364f7f34996
Diffstat (limited to 'init')
-rw-r--r-- | init/property_service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/property_service.c b/init/property_service.c index 4bcf883..fb3bc8d 100644 --- a/init/property_service.c +++ b/init/property_service.c @@ -38,7 +38,6 @@ #include <sys/types.h> #include <netinet/in.h> #include <sys/mman.h> -#include <sys/atomics.h> #include <private/android_filesystem_config.h> #include <selinux/selinux.h> |