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.
This commit is contained in:
parent
0671cc8b19
commit
dcee6fb398
5 changed files with 0 additions and 5 deletions
|
@ -35,7 +35,6 @@
|
|||
#include "reggroups.h"
|
||||
#include "arch-utils.h"
|
||||
#include "osabi.h"
|
||||
#include "block.h"
|
||||
#include "infcall.h"
|
||||
#include "trad-frame.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "opcode/i386.h"
|
||||
#include "dis-asm.h"
|
||||
#include "arch-utils.h"
|
||||
#include "block.h"
|
||||
#include "dummy-frame.h"
|
||||
#include "frame.h"
|
||||
#include "frame-base.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "defs.h"
|
||||
#include "osabi.h"
|
||||
#include "elf-bfd.h"
|
||||
#include "block.h"
|
||||
#include "symtab.h"
|
||||
|
||||
#include "frame.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "target.h"
|
||||
#include "regcache.h"
|
||||
#include "safe-ctype.h"
|
||||
#include "block.h"
|
||||
#include "reggroups.h"
|
||||
#include "arch-utils.h"
|
||||
#include "frame-unwind.h"
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "regcache.h"
|
||||
#include "osabi.h"
|
||||
#include "riscv-tdep.h"
|
||||
#include "block.h"
|
||||
#include "reggroups.h"
|
||||
#include "opcode/riscv.h"
|
||||
#include "elf/riscv.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue