diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-02 20:27:44 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-02 20:27:44 +0000 |
commit | 356ff909bd4ce1845a883a26433426a526274fb7 (patch) | |
tree | 4afc1cd9ed3af9d031f7c428eda03e0f8e0cf3ed /gdb/os9kread.c | |
parent | b2ea35c7abd66105ad8f154a9380267cb0fc5c1b (diff) | |
download | gdb-356ff909bd4ce1845a883a26433426a526274fb7.zip gdb-356ff909bd4ce1845a883a26433426a526274fb7.tar.gz gdb-356ff909bd4ce1845a883a26433426a526274fb7.tar.bz2 |
* defs.h (bfd_read, bfd_seek): Remove declarations.
* os9kread.c, rs6000-nat.c (libbfd.h): Don't include.
Diffstat (limited to 'gdb/os9kread.c')
-rw-r--r-- | gdb/os9kread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/os9kread.c b/gdb/os9kread.c index 6c57cee..d7661f9 100644 --- a/gdb/os9kread.c +++ b/gdb/os9kread.c @@ -53,7 +53,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "command.h" #include "target.h" #include "gdbcore.h" /* for bfd stuff */ -#include "libbfd.h" /* FIXME Secret internal BFD stuff (bfd_read) */ #include "libaout.h" /* FIXME Secret internal BFD stuff for a.out */ #include "symfile.h" #include "objfiles.h" |