mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 04:22:26 +00:00
Small native code reorganization
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
#include <fcntl.h>
|
||||
#include <vector>
|
||||
|
||||
#include <magisk.h>
|
||||
#include <magiskpolicy.h>
|
||||
#include <utils.h>
|
||||
#include <magisk.hpp>
|
||||
#include <magiskpolicy.hpp>
|
||||
#include <utils.hpp>
|
||||
|
||||
#include "init.h"
|
||||
#include "magiskrc.h"
|
||||
#include "init.hpp"
|
||||
#include "magiskrc.inc"
|
||||
|
||||
#ifdef USE_64BIT
|
||||
#define LIBNAME "lib64"
|
||||
|
||||
Reference in New Issue
Block a user