Commit f5dafb89 authored by Yang Li's avatar Yang Li Committed by Paul Moore

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9796Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 417c5643
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment