aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/util/rust-attributes.cc
diff options
context:
space:
mode:
authorArthur Cohen <arthur.cohen@embecosm.com>2022-10-05 09:49:59 +0200
committerArthur Cohen <arthur.cohen@embecosm.com>2022-10-27 12:15:11 +0200
commitc5454530ec4fe8b3c5f2f08191aece5544dec2d2 (patch)
treea24411333a33d65e3a705a2099e1047639b876df /gcc/rust/util/rust-attributes.cc
parent0b7cd54d63c2f8728711f5cb27f6ee66f4862eca (diff)
downloadgcc-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.cc2
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 {