aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/hir/rust-ast-lower-item.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/hir/rust-ast-lower-item.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/hir/rust-ast-lower-item.h')
-rw-r--r--gcc/rust/hir/rust-ast-lower-item.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/rust/hir/rust-ast-lower-item.h b/gcc/rust/hir/rust-ast-lower-item.h
index f059c05..15619c0 100644
--- a/gcc/rust/hir/rust-ast-lower-item.h
+++ b/gcc/rust/hir/rust-ast-lower-item.h
@@ -19,19 +19,7 @@
#ifndef RUST_AST_LOWER_ITEM
#define RUST_AST_LOWER_ITEM
-#include "rust-diagnostics.h"
-
-#include "rust-ast-lower.h"
#include "rust-ast-lower-base.h"
-#include "rust-ast-lower-enumitem.h"
-#include "rust-ast-lower-type.h"
-#include "rust-ast-lower-implitem.h"
-#include "rust-ast-lower-stmt.h"
-#include "rust-ast-lower-expr.h"
-#include "rust-ast-lower-pattern.h"
-#include "rust-ast-lower-block.h"
-#include "rust-ast-lower-extern.h"
-#include "rust-hir-full-decls.h"
namespace Rust {
namespace HIR {