aboutsummaryrefslogtreecommitdiff
path: root/gdb/coredep.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 20:44:50 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 20:44:50 +0000
commit3ae444f84469bc94f3cde435e2ea3945ad33816b (patch)
tree07722468ff1abfb722e8ab7970aee3bdc77a0d87 /gdb/coredep.c
parent1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483 (diff)
downloadfsf-binutils-gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.zip
fsf-binutils-gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.tar.gz
fsf-binutils-gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.tar.bz2
SCO lint.
Diffstat (limited to 'gdb/coredep.c')
-rw-r--r--gdb/coredep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/coredep.c b/gdb/coredep.c
index bb26b08..22d3c6a 100644
--- a/gdb/coredep.c
+++ b/gdb/coredep.c
@@ -20,13 +20,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* core.c is supposed to be the more machine-independent aspects of this;
this file is more machine-specific. */
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/param.h>
#include "defs.h"
#include "gdbcore.h"
-#include <stdio.h>
/* These are needed on various systems to expand REGISTER_U_ADDR. */
-#include <sys/types.h>
-#include <sys/param.h>
#ifndef USG
#include <sys/dir.h>
#include <sys/file.h>