Clean/refactor includes

This commit is contained in:
topjohnwu
2019-02-10 03:57:51 -05:00
parent 5746614ccf
commit 71ecbb3af3
32 changed files with 91 additions and 85 deletions

View File

@@ -21,12 +21,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "magisk.h"
#include "daemon.h"
#include "utils.h"
#include <magisk.h>
#include <daemon.h>
#include <utils.h>
#include <flags.h>
#include "su.h"
#include "pts.h"
#include "flags.h"
int quit_signals[] = { SIGALRM, SIGABRT, SIGHUP, SIGPIPE, SIGQUIT, SIGTERM, SIGINT, 0 };