aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-nindy.c
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-29 15:30:57 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-29 15:30:57 +0000
commit77641260c51cf182f5cffe5549b138bc84745a06 (patch)
treec742a7542161103d88ddc00b2e319144b44421ec /gdb/remote-nindy.c
parentfd09c96316bf1f5afce7d1bcf2a254a2c113a853 (diff)
downloadfsf-binutils-gdb-77641260c51cf182f5cffe5549b138bc84745a06.zip
fsf-binutils-gdb-77641260c51cf182f5cffe5549b138bc84745a06.tar.gz
fsf-binutils-gdb-77641260c51cf182f5cffe5549b138bc84745a06.tar.bz2
fix include file ordering problem (bfd.h vs. symfile.h)
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r--gdb/remote-nindy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c
index 033306b..55efac7 100644
--- a/gdb/remote-nindy.c
+++ b/gdb/remote-nindy.c
@@ -102,11 +102,11 @@ NINDY ROM monitor at the other end of the line.
#include "frame.h"
#include "inferior.h"
+#include "bfd.h"
#include "symfile.h"
#include "target.h"
#include "gdbcore.h"
#include "command.h"
-#include "bfd.h"
#include "ieee-float.h"
#include "wait.h"