sm6250-common: init: cleanup includes
This commit is contained in:
parent
3b12ba11d0
commit
f4ce900e01
@ -14,20 +14,15 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstring>
|
||||||
#include <fstream>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/sysinfo.h>
|
#include <sys/sysinfo.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include <android-base/properties.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 "init_common.h"
|
#include "init_common.h"
|
||||||
#include "property_service.h"
|
#include "property_service.h"
|
||||||
|
|
||||||
using android::base::GetProperty;
|
|
||||||
using android::init::property_set;
|
using android::init::property_set;
|
||||||
|
|
||||||
void load_dalvik_properties() {
|
void load_dalvik_properties() {
|
||||||
|
Loading…
Reference in New Issue
Block a user