Skip to content

Commit

Permalink
ipe: Remove duplicated include in ipe.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yang Li authored and Paul Moore committed Aug 22, 2024
1 parent 417c564 commit f5dafb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/ipe/ipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f5dafb8

Please sign in to comment.