]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: remove unused includes
authorPhilip Herron <herron.philip@googlemail.com>
Thu, 20 Apr 2023 10:20:41 +0000 (11:20 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:34:13 +0000 (18:34 +0100)
gcc/rust/ChangeLog:

* backend/rust-compile-implitem.h: remove includes

Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/rust/backend/rust-compile-implitem.h

index e7ca85c2bf1cf9009fd0efe87368c9cc01ddf3db..132175b99c56c262699e725e2e6976792de6d0f0 100644 (file)
@@ -20,8 +20,6 @@
 #define RUST_COMPILE_IMPLITEM_H
 
 #include "rust-compile-item.h"
-#include "rust-compile-expr.h"
-#include "rust-compile-fnparam.h"
 
 namespace Rust {
 namespace Compile {