msm8974-common: libinit: Drop unnecessary includes

Change-Id: I678c39f2dbdf91916a97b3ac07b467de7b14e503
This commit is contained in:
Kevin F. Haggerty 2020-02-29 11:21:42 -07:00
parent eea2c37a49
commit a1be441339
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -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 <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <android-base/logging.h>
#define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_
#include <sys/_system_properties.h>
#include "vendor_init.h"
#include "property_service.h"
#include "init_msm8974.h"