From e618c70e9654addf6c0ef9811eca639242d3b1d9 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 8 Aug 1996 17:14:02 +0000 Subject: [PATCH] * somread.c: Rearrange order of includes to fix warnings under hpux-10.10. Also don't include sys/file.h. --- gdb/ChangeLog | 5 +++++ gdb/somread.c | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d5bc5dea971..093b9febb59 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 8 10:12:36 1996 Stu Grossman (grossman@critters.cygnus.com) + + * somread.c: Rearrange order of includes to fix warnings under + hpux-10.10. Also don't include sys/file.h. + Wed Aug 7 21:45:52 1996 Stu Grossman (grossman@critters.cygnus.com) * dbxread.c: Don't include param.h or sys/file.h. diff --git a/gdb/somread.c b/gdb/somread.c index fd3d56a074b..c2716da06d5 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "defs.h" #include "bfd.h" -#include "som.h" -#include "libhppa.h" #include #include "symtab.h" #include "symfile.h" @@ -32,7 +30,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "complaints.h" #include "gdb_string.h" #include "demangle.h" -#include +#include "som.h" +#include "libhppa.h" /* Various things we might complain about... */ -- 2.30.2