Skip to content

Commit 6425392

Browse files
Ye Guojinkees
authored andcommitted
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 <[email protected]> Signed-off-by: Ye Guojin <[email protected]> Signed-off-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b4d8957 commit 6425392

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/gcc-plugins/gcc-common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
#include "stmt.h"
8787
#include "gimplify.h"
8888
#include "gimple.h"
89-
#include "tree-ssa-operands.h"
9089
#include "tree-phinodes.h"
9190
#include "tree-cfg.h"
9291
#include "gimple-iterator.h"

0 commit comments

Comments
 (0)