From 617681d355e086b5523278d5dd7e54548223e74d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 22 May 2014 10:00:35 -0700 Subject: [PATCH] Remove unnecessary #includes of . Bug: 14903517 Change-Id: I5b0a418dd982f1a2fd90609b12bd8364f7f34996 --- init/property_service.c | 1 - toolbox/watchprops.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/init/property_service.c b/init/property_service.c index 4bcf88376..fb3bc8d13 100644 --- a/init/property_service.c +++ b/init/property_service.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include 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 #include -#include - #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include