aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-04-01 05:58:45 +0000
committerDaniel Jacobowitz <drow@false.org>2002-04-01 05:58:45 +0000
commit2fccf04a44f73764a4089145b7725a021d0bba12 (patch)
tree20df16c1869595f5ead0d717234e74a339a43b72 /gdb/rs6000-tdep.c
parent4a36419c3cbc5c5cefc14406192620ae4637e56e (diff)
downloadfsf-binutils-gdb-2fccf04a44f73764a4089145b7725a021d0bba12.zip
fsf-binutils-gdb-2fccf04a44f73764a4089145b7725a021d0bba12.tar.gz
fsf-binutils-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.c4
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"