diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2024-08-22 08:31:23 +0800 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2024-08-22 12:24:10 -0400 |
commit | f5dafb8909dc2f5d859734eec41ceb21777d855e (patch) | |
tree | 765a33b5b4808224b312a1076fb2c8df50bbb07d /security | |
parent | 417c5643cd67a55f424b203b492082035d0236c3 (diff) |
ipe: Remove duplicated include in ipe.c
The header files eval.h is included twice in ipe.c,
so one inclusion of each can be removed.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9796
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/ipe/ipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ipe/ipe.c b/security/ipe/ipe.c index e19a18078cf3..4317134cb0da 100644 --- a/security/ipe/ipe.c +++ b/security/ipe/ipe.c @@ -7,7 +7,6 @@ #include "ipe.h" #include "eval.h" #include "hooks.h" -#include "eval.h" extern const char *const ipe_boot_policy; bool ipe_enabled; |