Skip to content

Commit f5dafb8

Browse files
Yang Lipcmoore
authored andcommitted
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 <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9796 Signed-off-by: Yang Li <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 417c564 commit f5dafb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/ipe/ipe.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "ipe.h"
88
#include "eval.h"
99
#include "hooks.h"
10-
#include "eval.h"
1110

1211
extern const char *const ipe_boot_policy;
1312
bool ipe_enabled;

0 commit comments

Comments
 (0)