summaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-06-07 11:27:58 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-06-07 11:27:58 +0000
commitab9ba596796fd67f42e09ec62ab74e25cc5e3e01 (patch)
tree509cbb547d175ecab95c3751ad2e739ab85468e5 /gas/config/obj-elf.h
parent960379b4774ff4d1cf7df8502ae99e8dea736724 (diff)
downloadbinutils-redhat-ab9ba596796fd67f42e09ec62ab74e25cc5e3e01.tar.gz
remove some duplicate #include's.
Diffstat (limited to 'gas/config/obj-elf.h')
-rw-r--r--gas/config/obj-elf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h
index 7792f799df..6fc08d4b66 100644
--- a/gas/config/obj-elf.h
+++ b/gas/config/obj-elf.h
@@ -1,6 +1,6 @@
/* ELF object file format.
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2004 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -34,8 +34,6 @@
#define OUTPUT_FLAVOR bfd_target_elf_flavour
#endif
-#include "bfd.h"
-
#define BYTES_IN_WORD 4 /* for now */
#include "bfd/elf-bfd.h"
@@ -90,8 +88,6 @@ struct elf_obj_sy
#define TARGET_SYMBOL_FIELDS ELF_TARGET_SYMBOL_FIELDS
#endif
-/* #include "targ-cpu.h" */
-
#ifndef FALSE
#define FALSE 0
#define TRUE !FALSE