msm8974-common: libinit: Drop unnecessary includes
Change-Id: I678c39f2dbdf91916a97b3ac07b467de7b14e503
This commit is contained in:
parent
eea2c37a49
commit
a1be441339
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2016, The CyanogenMod Project. All rights reserved.
|
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
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are
|
modification, are permitted provided that the following conditions are
|
||||||
@ -28,19 +28,9 @@
|
|||||||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
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_
|
#define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_
|
||||||
#include <sys/_system_properties.h>
|
#include <sys/_system_properties.h>
|
||||||
|
|
||||||
#include "vendor_init.h"
|
|
||||||
#include "property_service.h"
|
#include "property_service.h"
|
||||||
|
|
||||||
#include "init_msm8974.h"
|
#include "init_msm8974.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user