summaryrefslogtreecommitdiff
path: root/gdb/or1k-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-21 14:00:12 -0700
committerTom Tromey <tom@tromey.com>2023-02-08 10:58:14 -0700
commitdcee6fb39812ace0df59b8d0dd43cd41d2f02e54 (patch)
tree0c40dc127d150bb65f8b58643c4b66b4ddba97b3 /gdb/or1k-tdep.c
parent0671cc8b19d5b96f448a0a487cf12fe772df08fb (diff)
downloadbinutils-gdb-dcee6fb39812ace0df59b8d0dd43cd41d2f02e54.tar.gz
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.
Diffstat (limited to 'gdb/or1k-tdep.c')
-rw-r--r--gdb/or1k-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/or1k-tdep.c b/gdb/or1k-tdep.c
index 89954566283..3616d7751ca 100644
--- a/gdb/or1k-tdep.c
+++ b/gdb/or1k-tdep.c
@@ -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"