gcc-plugins: remove duplicate include in gcc-common.h
authorYe Guojin <ye.guojin@zte.com.cn>
Tue, 19 Oct 2021 08:29:10 +0000 (08:29 +0000)
committerKees Cook <keescook@chromium.org>
Thu, 21 Oct 2021 15:41:51 +0000 (08:41 -0700)
'tree-ssa-operands.h' included in 'gcc-common.h' is duplicated.
it's also included at line 56.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Ye Guojin <ye.guojin@zte.com.cn>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20211019082910.998257-1-ye.guojin@zte.com.cn
scripts/gcc-plugins/gcc-common.h

index 62bf1c07b8bfb18e3a85709a8d70608f6f8b617a..9a1895747b153671c3a400e48bb5af5e987920e9 100644 (file)
@@ -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"