diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-10-05 09:49:59 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-10-27 12:15:11 +0200 |
commit | c5454530ec4fe8b3c5f2f08191aece5544dec2d2 (patch) | |
tree | a24411333a33d65e3a705a2099e1047639b876df /gcc/rust/util/rust-attributes.cc | |
parent | 0b7cd54d63c2f8728711f5cb27f6ee66f4862eca (diff) | |
download | gcc-c5454530ec4fe8b3c5f2f08191aece5544dec2d2.zip gcc-c5454530ec4fe8b3c5f2f08191aece5544dec2d2.tar.gz gcc-c5454530ec4fe8b3c5f2f08191aece5544dec2d2.tar.bz2 |
attribute checker: Remove system includes
Diffstat (limited to 'gcc/rust/util/rust-attributes.cc')
-rw-r--r-- | gcc/rust/util/rust-attributes.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/util/rust-attributes.cc b/gcc/rust/util/rust-attributes.cc index 509f70f..64ed042 100644 --- a/gcc/rust/util/rust-attributes.cc +++ b/gcc/rust/util/rust-attributes.cc @@ -16,11 +16,11 @@ // along with GCC; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. +#include "rust-system.h" #include "rust-attributes.h" #include "rust-ast.h" #include "rust-ast-full.h" #include "rust-diagnostics.h" -#include "safe-ctype.h" namespace Rust { namespace Analysis { |