mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 01:01:49 +00:00
Small native code reorganization
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <utils.h>
|
||||
#include <logging.h>
|
||||
#include <stream.h>
|
||||
#include <utils.hpp>
|
||||
#include <logging.hpp>
|
||||
#include <stream.hpp>
|
||||
|
||||
static int strm_read(void *v, char *buf, int len) {
|
||||
auto strm = reinterpret_cast<stream *>(v);
|
||||
|
||||
Reference in New Issue
Block a user