From: Ye Guojin Date: Tue, 19 Oct 2021 08:29:10 +0000 (+0000) Subject: gcc-plugins: remove duplicate include in gcc-common.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6425392acf24b6d469932dd1b217dc7b20d6447f;p=linux.git gcc-plugins: remove duplicate include in gcc-common.h 'tree-ssa-operands.h' included in 'gcc-common.h' is duplicated. it's also included at line 56. Reported-by: Zeal Robot Signed-off-by: Ye Guojin Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20211019082910.998257-1-ye.guojin@zte.com.cn --- diff --git a/scripts/gcc-plugins/gcc-common.h b/scripts/gcc-plugins/gcc-common.h index 62bf1c07b8bfb..9a1895747b153 100644 --- a/scripts/gcc-plugins/gcc-common.h +++ b/scripts/gcc-plugins/gcc-common.h @@ -86,7 +86,6 @@ #include "stmt.h" #include "gimplify.h" #include "gimple.h" -#include "tree-ssa-operands.h" #include "tree-phinodes.h" #include "tree-cfg.h" #include "gimple-iterator.h"