mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 11:20:25 +00:00
Split util headers
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <sys/sysmacros.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <vector>
|
||||
|
||||
#include <utils.h>
|
||||
#include <logging.h>
|
||||
|
@@ -3,6 +3,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <linux/input.h>
|
||||
#include <fcntl.h>
|
||||
#include <vector>
|
||||
|
||||
#include <utils.h>
|
||||
#include <logging.h>
|
||||
|
@@ -5,6 +5,7 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <libgen.h>
|
||||
#include <vector>
|
||||
|
||||
#include <xz.h>
|
||||
#include <magisk.h>
|
||||
|
Reference in New Issue
Block a user