aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/resolve/rust-ast-resolve-expr.h
diff options
context:
space:
mode:
authorPhilip Herron <herron.philip@googlemail.com>2023-03-20 14:39:44 +0000
committerPhilip Herron <philip.herron@embecosm.com>2023-03-20 19:58:19 +0000
commita505e2913b41b2b415b9808a17d3a5a746d89f10 (patch)
treea10f3b696aebc525265ec00bd552aede7080acf4 /gcc/rust/resolve/rust-ast-resolve-expr.h
parent99d89fda0b66307d13a926c69087c181439062b5 (diff)
downloadgcc-a505e2913b41b2b415b9808a17d3a5a746d89f10.zip
gcc-a505e2913b41b2b415b9808a17d3a5a746d89f10.tar.gz
gcc-a505e2913b41b2b415b9808a17d3a5a746d89f10.tar.bz2
gccrs: Cleanup unused headers
gcc/rust/ChangeLog: * hir/rust-ast-lower-implitem.h (RUST_AST_LOWER_IMPLITEM_H): cleanup header usage * hir/rust-ast-lower-item.cc: likewise * hir/rust-ast-lower-item.h (RUST_AST_LOWER_ITEM): likewise * hir/rust-ast-lower-stmt.cc: likewise * hir/rust-ast-lower-stmt.h (RUST_AST_LOWER_STMT): likewise * hir/rust-ast-lower-type.h: likewise * hir/rust-ast-lower.cc: likewise * hir/rust-ast-lower.h: likewise * resolve/rust-ast-resolve-expr.h: likewise * resolve/rust-ast-resolve-item.cc: likewise * resolve/rust-ast-resolve-item.h: likewise * resolve/rust-ast-resolve-stmt.cc: likewise * resolve/rust-ast-resolve-stmt.h: likewise * resolve/rust-ast-resolve-struct-expr-field.h: likewise * resolve/rust-ast-resolve-toplevel.h: likewise * resolve/rust-ast-resolve-type.h: likewise * resolve/rust-ast-resolve.h: likewise Signed-off-by: Philip Herron <herron.philip@googlemail.com>
Diffstat (limited to 'gcc/rust/resolve/rust-ast-resolve-expr.h')
-rw-r--r--gcc/rust/resolve/rust-ast-resolve-expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/resolve/rust-ast-resolve-expr.h b/gcc/rust/resolve/rust-ast-resolve-expr.h
index 07b029f..9863588 100644
--- a/gcc/rust/resolve/rust-ast-resolve-expr.h
+++ b/gcc/rust/resolve/rust-ast-resolve-expr.h
@@ -21,7 +21,6 @@
#include "rust-ast-resolve-base.h"
#include "rust-ast-resolve-pattern.h"
-#include "rust-ast-full.h"
namespace Rust {
namespace Resolver {