* defs.h: Incorporate param.h. All users changed.
[deliverable/binutils-gdb.git] / gdb / sun3-xdep.c
index f6394bce02ae9c52f8606aed3c58e3a3d19f0dfb..295dff83dbaa42fd38452868181c721b277ddfdd 100644 (file)
@@ -1,6 +1,5 @@
-/* Sun-3 Machine-dependent code which would otherwise be in inflow.c and core.c,
-   for GDB, the GNU debugger.
-   Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+/* Host-dependent code for Sun-3 for GDB, the GNU debugger.
+   Copyright 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -20,15 +19,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 #include "defs.h"
-#include "param.h"
 #include "inferior.h"
+#include "gdbcore.h"
 
 #include <sys/ptrace.h>
 #define KERNEL         /* To get floating point reg definitions */
 #include <machine/reg.h>
 
-#include "gdbcore.h"
-
 extern int errno;
 
 #if defined (GDB_TARGET_IS_SUN3)
This page took 0.024575 seconds and 4 git commands to generate.