am 5a53ee05: Merge "Remove an unused #include of <sys/_properties.h>."

* commit '5a53ee0502c198fb114bbf7bb34643d9682ba9b8':
  Remove an unused #include of <sys/_properties.h>.
diff --git a/init/init_parser.c b/init/init_parser.c
index f412de7..6466db2 100644
--- a/init/init_parser.c
+++ b/init/init_parser.c
@@ -33,9 +33,6 @@
 #include <cutils/iosched_policy.h>
 #include <cutils/list.h>
 
-#define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_
-#include <sys/_system_properties.h>
-
 static list_declare(service_list);
 static list_declare(action_list);
 static list_declare(action_queue);