init: clean up more headers
We don't need everyone including <sys/system_properties.h>
Test: boot bullhead
Change-Id: I73d507e4f273678eaf15947725741e1e3b966cc6
diff --git a/init/builtins.cpp b/init/builtins.cpp
index e0a98f5..7298dff 100644
--- a/init/builtins.cpp
+++ b/init/builtins.cpp
@@ -33,6 +33,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/syscall.h>
+#include <sys/system_properties.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
diff --git a/init/property_service.cpp b/init/property_service.cpp
index 9857223..2aa89ff 100644
--- a/init/property_service.cpp
+++ b/init/property_service.cpp
@@ -24,6 +24,7 @@
#include <limits.h>
#include <netinet/in.h>
#include <stdarg.h>
+#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/init/property_service.h b/init/property_service.h
index 585cd0f..9a5b6f6 100644
--- a/init/property_service.h
+++ b/init/property_service.h
@@ -17,9 +17,7 @@
#ifndef _INIT_PROPERTY_H
#define _INIT_PROPERTY_H
-#include <stddef.h>
#include <sys/socket.h>
-#include <sys/system_properties.h>
#include <string>
diff --git a/init/service.cpp b/init/service.cpp
index 8cb8dc1..4adbbf0 100644
--- a/init/service.cpp
+++ b/init/service.cpp
@@ -24,6 +24,7 @@
#include <sys/prctl.h>
#include <sys/resource.h>
#include <sys/stat.h>
+#include <sys/system_properties.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <termios.h>