diff options
Diffstat (limited to 'gdb/somread.c')
-rw-r--r-- | gdb/somread.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 <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... */ |