From f57c0bfab20b4fae10fc2e385d5e32fc93895670 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Fri, 7 Apr 2017 13:46:21 -0700 Subject: [PATCH] init: clean up more headers We don't need everyone including Test: boot bullhead Change-Id: I73d507e4f273678eaf15947725741e1e3b966cc6 --- init/builtins.cpp | 1 + init/property_service.cpp | 1 + init/property_service.h | 2 -- init/service.cpp | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/init/builtins.cpp b/init/builtins.cpp index e0a98f50a..7298dff4f 100644 --- a/init/builtins.cpp +++ b/init/builtins.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/init/property_service.cpp b/init/property_service.cpp index 985722312..2aa89ff96 100644 --- a/init/property_service.cpp +++ b/init/property_service.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/init/property_service.h b/init/property_service.h index 585cd0f22..9a5b6f69c 100644 --- a/init/property_service.h +++ b/init/property_service.h @@ -17,9 +17,7 @@ #ifndef _INIT_PROPERTY_H #define _INIT_PROPERTY_H -#include #include -#include #include diff --git a/init/service.cpp b/init/service.cpp index 8cb8dc1ec..4adbbf0c0 100644 --- a/init/service.cpp +++ b/init/service.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include