Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0250693 authored by Tom Cherry's avatar Tom Cherry
Browse files

init: removed unused includes

Test: build
Change-Id: Ie3020491f67f6930acebe6397be6997b59477b96
parent 74be24d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <selinux/selinux.h>

#include "selinux.h"
#include "ueventd.h"
#include "util.h"

#ifdef _INIT_INIT_H
+0 −3
Original line number Diff line number Diff line
@@ -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