mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Small native code reorganization
This commit is contained in:
@ -30,10 +30,10 @@
|
||||
|
||||
#include <stdatomic.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/system_properties.h>
|
||||
//#include <sys/system_properties.h>
|
||||
#include "../system_properties.h"
|
||||
|
||||
#include "private/bionic_macros.h"
|
||||
#include "hacks.h"
|
||||
|
||||
// The C11 standard doesn't allow atomic loads from const fields,
|
||||
// though C++11 does. Fudge it until standards get straightened out.
|
||||
|
@ -30,7 +30,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/system_properties.h>
|
||||
//#include <sys/system_properties.h>
|
||||
#include "../system_properties.h"
|
||||
|
||||
#include "contexts.h"
|
||||
#include "contexts_pre_split.h"
|
||||
|
Reference in New Issue
Block a user