aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-01 05:24:02 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-01 05:24:02 +0000
commitc3eb25fc2533987ff51218efc12267fe51545070 (patch)
treef4af1f5c70e87694e2cc07f3f95ad28ecb1132f0 /bfd/elf.c
parent11eab90c7f7aa1d6be4c2e4becd84d654b715a11 (diff)
downloadfsf-binutils-gdb-c3eb25fc2533987ff51218efc12267fe51545070.zip
fsf-binutils-gdb-c3eb25fc2533987ff51218efc12267fe51545070.tar.gz
fsf-binutils-gdb-c3eb25fc2533987ff51218efc12267fe51545070.tar.bz2
* aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,
coff-h8300.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c, cpu-h300.c, elf.c, i386aout.c, newos3.c, stab-syms.c, syms.c: All these files have had their #includes altered to point to the new places.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 66ce039..e276ad5 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -72,9 +72,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "sysdep.h"
#include "libbfd.h"
#include "obstack.h"
-#include "elf-common.h"
-#include "elf-internal.h"
-#include "elf-external.h"
+#include "elf/common.h"
+#include "elf/internal.h"
+#include "elf/external.h"
#ifdef HAVE_PROCFS /* Some core file support requires host /proc files */
#include <sys/procfs.h>