From: Stu Grossman Date: Wed, 17 Jun 1992 23:57:40 +0000 (+0000) Subject: * tm-rs6000.h: Remove #include of inferior.h. Fixes many X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=abde386585ad1e937f4c0c8cf1f2a530fffe2dec;p=binutils-gdb.git * tm-rs6000.h: Remove #include of inferior.h. Fixes many compilation errors. --- diff --git a/gdb/tm-rs6000.h b/gdb/tm-rs6000.h index fbc824d89ee..dd27da6fa29 100644 --- a/gdb/tm-rs6000.h +++ b/gdb/tm-rs6000.h @@ -185,8 +185,6 @@ extern int aix_loadInfoTextIndex; the new frame is not set up until the new function executes some instructions. */ -#include "inferior.h" /* For registers[] and register_valid[]. */ - #define SAVED_PC_AFTER_CALL(frame) \ (register_valid [LR_REGNUM] ? \ (*(int*)®isters[REGISTER_BYTE (LR_REGNUM)]) : \