diff options
author | Philip Herron <herron.philip@googlemail.com> | 2023-03-03 16:44:43 +0000 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-16 18:19:03 +0100 |
commit | cb64096940cca23dd63f49315fdc1fef7e94b569 (patch) | |
tree | 9d117db23757c2e04395b1da7791b53b026a1d12 /gcc | |
parent | fca49c4d4a19c88bd6f3f18d27a56047e4a9bb80 (diff) | |
download | gcc-cb64096940cca23dd63f49315fdc1fef7e94b569.zip gcc-cb64096940cca23dd63f49315fdc1fef7e94b569.tar.gz gcc-cb64096940cca23dd63f49315fdc1fef7e94b569.tar.bz2 |
gccrs: cleanup headers
Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/rust/ChangeLog:
* rust-gcc.h: remove unused headers
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/rust-gcc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/rust/rust-gcc.h b/gcc/rust/rust-gcc.h index ff06307..dc4cc26 100644 --- a/gcc/rust/rust-gcc.h +++ b/gcc/rust/rust-gcc.h @@ -19,17 +19,11 @@ // along with GCC; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -#include "rust-system.h" - // This has to be included outside of extern "C", so we have to // include it here before tree.h includes it later. -#include <gmp.h> -#include "tree.h" #include "rust-location.h" -// TODO: this will have to be significantly modified to work with Rust - // Bvariable is a bit more complicated, because of zero-sized types. // The GNU linker does not permit dynamic variables with zero size. // When we see such a variable, we generate a version of the type with |