mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 10:11:55 +00:00
Clean/refactor includes
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <android/log.h>
|
||||
|
||||
#include "logging.h"
|
||||
#include "flags.h"
|
||||
#include <logging.h>
|
||||
#include <flags.h>
|
||||
|
||||
int nop_log(const char *fmt, va_list ap) {
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user