From c5454530ec4fe8b3c5f2f08191aece5544dec2d2 Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Wed, 5 Oct 2022 09:49:59 +0200 Subject: attribute checker: Remove system includes --- gcc/rust/util/rust-attributes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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 // . +#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 { -- cgit v1.1