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

@ -6,11 +6,11 @@
#include <mincrypt/sha.h>
#include <mincrypt/sha256.h>
#include <utils.h>
#include <logging.h>
#include "bootimg.h"
#include "magiskboot.h"
#include "utils.h"
#include "logging.h"
static void dump(void *buf, size_t size, const char *filename) {
if (size == 0)