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 /toolbox | |
parent | 48ac3d1b14f036a4994adba22707f7465ccfae2f (diff) | |
download | system_core-617681d355e086b5523278d5dd7e54548223e74d.tar.gz system_core-617681d355e086b5523278d5dd7e54548223e74d.tar.bz2 system_core-617681d355e086b5523278d5dd7e54548223e74d.zip |
Remove unnecessary #includes of <sys/atomics.h>.
Bug: 14903517
Change-Id: I5b0a418dd982f1a2fd90609b12bd8364f7f34996
Diffstat (limited to 'toolbox')
-rw-r--r-- | toolbox/watchprops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolbox/watchprops.c b/toolbox/watchprops.c index 06cdebec3..0d05aba51 100644 --- a/toolbox/watchprops.c +++ b/toolbox/watchprops.c @@ -6,8 +6,6 @@ #include <cutils/properties.h> #include <cutils/hashmap.h> -#include <sys/atomics.h> - #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include <sys/_system_properties.h> |