mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 03:22:48 +00:00
Small native code reorganization
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
extern "C" {
|
||||
#include <libfdt.h>
|
||||
}
|
||||
#include <utils.h>
|
||||
#include <utils.hpp>
|
||||
|
||||
#include "magiskboot.h"
|
||||
#include "dtb.h"
|
||||
#include "magiskboot.hpp"
|
||||
#include "dtb.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user