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

Commit 21d03d83 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "init: removed unused includes"

parents d4abb70a f0250693
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