From abde386585ad1e937f4c0c8cf1f2a530fffe2dec Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Wed, 17 Jun 1992 23:57:40 +0000 Subject: [PATCH] * tm-rs6000.h: Remove #include of inferior.h. Fixes many compilation errors. --- gdb/tm-rs6000.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdb/tm-rs6000.h b/gdb/tm-rs6000.h index fbc824d89e..dd27da6fa2 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)]) : \ -- 2.34.1