aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-21 14:26:20 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-21 14:26:20 +0000
commit27ad511f8406349fd2ba5bbeabb7a522601e1e81 (patch)
tree2eb03e9abe803ae48e4aecc4a3efc4fcd6235cdf /gdb/xcoffread.c
parentfcc41f68c4d95fe487647949a1535622f0c1b9c3 (diff)
downloadgdb-27ad511f8406349fd2ba5bbeabb7a522601e1e81.zip
gdb-27ad511f8406349fd2ba5bbeabb7a522601e1e81.tar.gz
gdb-27ad511f8406349fd2ba5bbeabb7a522601e1e81.tar.bz2
* coffread.c, xcoffread.c: Include <coff/internal.h>
before "symfile.h".
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 71fe6e0..11e1df0 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -41,6 +41,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/stat.h>
#include <sys/debug.h>
+#include "coff/internal.h" /* FIXME, internal data from BFD */
+#include "libcoff.h" /* FIXME, internal data from BFD */
+#include "coff/rs6000.h" /* FIXME, raw file-format guts of xcoff */
+
#include "symtab.h"
#include "gdbtypes.h"
#include "symfile.h"
@@ -49,10 +53,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "stabsread.h"
#include "complaints.h"
-#include "coff/internal.h" /* FIXME, internal data from BFD */
-#include "libcoff.h" /* FIXME, internal data from BFD */
-#include "coff/rs6000.h" /* FIXME, raw file-format guts of xcoff */
-
/* For interface with stabsread.c. */
#include "aout/stab_gnu.h"