From f4ce900e015894d024510c366c6b85f71bd74198 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Sat, 15 Aug 2020 01:49:04 +0300 Subject: [PATCH] sm6250-common: init: cleanup includes --- init/init_common.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/init/init_common.cpp b/init/init_common.cpp index 92e9b67..e7a0fc7 100644 --- a/init/init_common.cpp +++ b/init/init_common.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 "init_common.h" #include "property_service.h" -using android::base::GetProperty; using android::init::property_set; void load_dalvik_properties() {