From 459877ea9d6bf27d5f7337e2155fb33c0bd996b0 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 20 Oct 1994 04:08:52 +0000 Subject: [PATCH] * hppa-tdep.c: Remove include files a.out.h, ioctl.h, and machine/psl.h. These are host files. --- gdb/hppa-tdep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 76cd64f57a3..3bbf7406693 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -36,12 +36,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#include #ifdef COFF_ENCAPSULATE #include "a.out.encap.h" #else -#include #endif #ifndef N_SET_MAGIC #define N_SET_MAGIC(exec, val) ((exec).a_magic = (val)) @@ -50,7 +48,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /*#include After a.out.h */ #include #include -#include #include "wait.h" #include "gdbcore.h" -- 2.30.2