diff --git a/kernel/app_profile.c b/kernel/app_profile.c index 9567e3dc..00cd9c5f 100644 --- a/kernel/app_profile.c +++ b/kernel/app_profile.c @@ -14,6 +14,7 @@ #include "selinux/selinux.h" #include "syscall_hook_manager.h" #include "sucompat.h" + #include "sulog.h" #if LINUX_VERSION_CODE >= KERNEL_VERSION (6, 7, 0) diff --git a/kernel/sucompat.c b/kernel/sucompat.c index 009d610f..f31e3199 100644 --- a/kernel/sucompat.c +++ b/kernel/sucompat.c @@ -17,7 +17,6 @@ #include "app_profile.h" #include "syscall_hook_manager.h" - #include "sulog.h" #define SU_PATH "/system/bin/su" diff --git a/kernel/sulog.c b/kernel/sulog.c index ef2263fc..e60bc7ce 100644 --- a/kernel/sulog.c +++ b/kernel/sulog.c @@ -14,6 +14,7 @@ #include #include "klog.h" + #include "sulog.h" #include "ksu.h" diff --git a/kernel/supercalls.c b/kernel/supercalls.c index 9a91f140..320512d3 100644 --- a/kernel/supercalls.c +++ b/kernel/supercalls.c @@ -20,7 +20,6 @@ #include "klog.h" // IWYU pragma: keep #include "ksud.h" #include "manager.h" -#include "sulog.h" #include "selinux/selinux.h" #include "objsec.h" #include "file_wrapper.h" @@ -29,6 +28,7 @@ #include "dynamic_manager.h" #include "umount_manager.h" +#include "sulog.h" #ifdef CONFIG_KSU_MANUAL_SU #include "manual_su.h" #endif