Minor code changes across all sources

This commit is contained in:
topjohnwu
2019-06-30 19:09:31 -07:00
parent db8dd9f186
commit ff3710de66
20 changed files with 50 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
#include <magisk.h>
#include <magiskpolicy.h>
#include <selinux.h>
constexpr const char magiskrc[] =
"\n\n"

View File

@@ -3,6 +3,7 @@
#include <fcntl.h>
#include <magisk.h>
#include <magiskpolicy.h>
#include <utils.h>
#include "init.h"