diff options
author | Kees Cook <keescook@chromium.org> | 2023-02-02 18:43:28 +0000 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2023-02-02 18:43:28 +0000 |
commit | 5c0f220e1b2d349b6241375e19887b5c865a84a1 (patch) | |
tree | e6f473fcc9d2b7929276408a39b46b3c7452a337 /scripts/gcc-plugins | |
parent | 5a6b64adc18d9adfb497a529ff004d59b6df151f (diff) | |
parent | be0d8f48ad97f5b775b0af3310343f676dbf318a (diff) |
Merge branch 'for-linus/hardening' into for-next/hardening
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r-- | scripts/gcc-plugins/gcc-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-plugins/gcc-common.h b/scripts/gcc-plugins/gcc-common.h index 9a1895747b15..84c730da36dd 100644 --- a/scripts/gcc-plugins/gcc-common.h +++ b/scripts/gcc-plugins/gcc-common.h @@ -71,7 +71,9 @@ #include "varasm.h" #include "stor-layout.h" #include "internal-fn.h" +#include "gimple.h" #include "gimple-expr.h" +#include "gimple-iterator.h" #include "gimple-fold.h" #include "context.h" #include "tree-ssa-alias.h" @@ -85,10 +87,8 @@ #include "tree-eh.h" #include "stmt.h" #include "gimplify.h" -#include "gimple.h" #include "tree-phinodes.h" #include "tree-cfg.h" -#include "gimple-iterator.h" #include "gimple-ssa.h" #include "ssa-iterators.h" |