You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Cleanup C++ headers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <sys/sysmacros.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <linux/input.h>
|
||||
#include <fcntl.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <libgen.h>
|
||||
|
||||
#include <base.hpp>
|
||||
#include <flags.h>
|
||||
#include <consts.hpp>
|
||||
|
||||
#include "init.hpp"
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
#include <sys/mount.h>
|
||||
#include <libgen.h>
|
||||
#include <sys/sysmacros.h>
|
||||
|
||||
#include <sepolicy.hpp>
|
||||
#include <consts.hpp>
|
||||
#include <base.hpp>
|
||||
#include <flags.h>
|
||||
#include <xz.h>
|
||||
|
||||
#include "init.hpp"
|
||||
|
||||
Reference in New Issue
Block a user