]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* hppa-tdep.c: Remove include files a.out.h, ioctl.h, and
authorRob Savoye <rob@cygnus>
Thu, 20 Oct 1994 04:08:52 +0000 (04:08 +0000)
committerRob Savoye <rob@cygnus>
Thu, 20 Oct 1994 04:08:52 +0000 (04:08 +0000)
machine/psl.h. These are host files.

gdb/hppa-tdep.c

index 76cd64f57a36ef18d0cedee3e511d9bc6a340356..3bbf74066932fb62ca394d2c3411470bee4ac014 100644 (file)
@@ -36,12 +36,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/param.h>
 #include <sys/dir.h>
 #include <signal.h>
-#include <sys/ioctl.h>
 
 #ifdef COFF_ENCAPSULATE
 #include "a.out.encap.h"
 #else
-#include <a.out.h>
 #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 <sys/user.h>                After a.out.h  */
 #include <sys/file.h>
 #include <sys/stat.h>
-#include <machine/psl.h>
 #include "wait.h"
 
 #include "gdbcore.h"