From a1be44133900c7ce110bc69a1ea2c3ffbf665b67 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 29 Feb 2020 11:21:42 -0700 Subject: [PATCH] msm8974-common: libinit: Drop unnecessary includes Change-Id: I678c39f2dbdf91916a97b3ac07b467de7b14e503 --- init/init_msm8974.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/init/init_msm8974.cpp b/init/init_msm8974.cpp index a259ab9..8fd73f1 100644 --- a/init/init_msm8974.cpp +++ b/init/init_msm8974.cpp @@ -1,6 +1,6 @@ /* Copyright (c) 2016, The CyanogenMod Project. All rights reserved. - Copyright (c) 2017-2018, The LineageOS Project. All rights reserved. + Copyright (c) 2017-2020, The LineageOS Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -28,19 +28,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include -#include -#include -#include - -#include - #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include -#include "vendor_init.h" #include "property_service.h" #include "init_msm8974.h"