mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-10 19:42:23 +00:00
Small native code reorganization
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#include <libgen.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <utils.h>
|
||||
#include <magisk.h>
|
||||
#include <daemon.h>
|
||||
#include <selinux.h>
|
||||
#include <utils.hpp>
|
||||
#include <magisk.hpp>
|
||||
#include <daemon.hpp>
|
||||
#include <selinux.hpp>
|
||||
#include <flags.h>
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
Reference in New Issue
Block a user