aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2022-01-27 11:06:03 +0000
committerPhilip Herron <philip.herron@embecosm.com>2022-01-27 11:06:03 +0000
commit959a076d6fb2c4d60c8e08141715a6a2b354bdd7 (patch)
treed9f35af05b16a51884a7464c6372c5d7018a96d7 /gcc
parent1fc2b540800d25af1c70e90439e8a9077c7d07f8 (diff)
downloadgcc-959a076d6fb2c4d60c8e08141715a6a2b354bdd7.zip
gcc-959a076d6fb2c4d60c8e08141715a6a2b354bdd7.tar.gz
gcc-959a076d6fb2c4d60c8e08141715a6a2b354bdd7.tar.bz2
Remove unused include
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/typecheck/rust-tyty.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/typecheck/rust-tyty.h b/gcc/rust/typecheck/rust-tyty.h
index 0c9258d..f99d8ce 100644
--- a/gcc/rust/typecheck/rust-tyty.h
+++ b/gcc/rust/typecheck/rust-tyty.h
@@ -24,7 +24,6 @@
#include "rust-diagnostics.h"
#include "rust-abi.h"
#include "rust-common.h"
-#include "tree.h"
namespace Rust {