From dcee6fb39812ace0df59b8d0dd43cd41d2f02e54 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 21 Jan 2023 14:00:12 -0700 Subject: Remove block.h includes from some tdep files A few tdep files include block.h but do not need to. This patch removes the inclusions. I checked that this worked correctly by examining the resulting .Po file to make sure that block.h was not being included by some other route. --- gdb/mips-sde-tdep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/mips-sde-tdep.c') diff --git a/gdb/mips-sde-tdep.c b/gdb/mips-sde-tdep.c index 79568c4..b921d84 100644 --- a/gdb/mips-sde-tdep.c +++ b/gdb/mips-sde-tdep.c @@ -20,7 +20,6 @@ #include "defs.h" #include "osabi.h" #include "elf-bfd.h" -#include "block.h" #include "symtab.h" #include "frame.h" -- cgit v1.1