init: removed unused includes
Test: build Change-Id: Ie3020491f67f6930acebe6397be6997b59477b96
This commit is contained in:
parent
74be24d696
commit
f02506938e
|
@ -31,7 +31,6 @@
|
|||
#include <selinux/selinux.h>
|
||||
|
||||
#include "selinux.h"
|
||||
#include "ueventd.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef _INIT_INIT_H
|
||||
|
|
|
@ -37,12 +37,9 @@
|
|||
#include <android-base/stringprintf.h>
|
||||
#include <android-base/strings.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
#include <cutils/android_reboot.h>
|
||||
#include <cutils/sockets.h>
|
||||
#include <selinux/android.h>
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
#include "selinux.h"
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue