* somread.c: Rearrange order of includes to fix warnings under
authorStu Grossman <grossman@cygnus>
Thu, 8 Aug 1996 17:14:02 +0000 (17:14 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 8 Aug 1996 17:14:02 +0000 (17:14 +0000)
hpux-10.10.  Also don't include sys/file.h.

gdb/ChangeLog
gdb/somread.c

index d5bc5dea97140ab06494393df44d0556318edb2b..093b9febb599c8938b2db39e7741edbfd08d3301 100644 (file)
@@ -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.
index fd3d56a074b05cb76400e43d6b18cb15a9b4f27b..c2716da06d5816df1b9acf860ad5bc3af16cfc17 100644 (file)
@@ -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 <syms.h>
 #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 <sys/file.h>
+#include "som.h"
+#include "libhppa.h"
 
 /* Various things we might complain about... */