diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-04-01 05:58:45 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-04-01 05:58:45 +0000 |
commit | 2fccf04a44f73764a4089145b7725a021d0bba12 (patch) | |
tree | 20df16c1869595f5ead0d717234e74a339a43b72 /gdb/rs6000-tdep.c | |
parent | 4a36419c3cbc5c5cefc14406192620ae4637e56e (diff) | |
download | gdb-2fccf04a44f73764a4089145b7725a021d0bba12.zip gdb-2fccf04a44f73764a4089145b7725a021d0bba12.tar.gz gdb-2fccf04a44f73764a4089145b7725a021d0bba12.tar.bz2 |
2002-04-01 Daniel Jacobowitz <drow@mvista.com>
* rs6000-tdep.c: Change #include of "bfd/libcoff.h"
and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index e21fdad..097d51d 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -35,9 +35,9 @@ #include "value.h" #include "parser-defs.h" -#include "bfd/libbfd.h" /* for bfd_default_set_arch_mach */ +#include "libbfd.h" /* for bfd_default_set_arch_mach */ #include "coff/internal.h" /* for libcoff.h */ -#include "bfd/libcoff.h" /* for xcoff_data */ +#include "libcoff.h" /* for xcoff_data */ #include "elf-bfd.h" |