From 4bd9ec80099b3c95df5c10c7b32ecb88bded65b4 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Sun, 10 Oct 2021 16:20:42 +0100 Subject: [PATCH] rosemary: init: cleanup includes --- init/init.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/init/init.cpp b/init/init.cpp index 59be376..708ae42 100644 --- a/init/init.cpp +++ b/init/init.cpp @@ -14,20 +14,15 @@ * limitations under the License. */ -#include -#include -#include +#include #include -#include -#include #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include #include "vendor_init.h" #include "property_service.h" -using android::base::GetProperty; using android::init::property_set; void load_dalvik_properties()