aboutsummaryrefslogtreecommitdiff
path: root/gas/itbl-ops.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-06-07 11:27:58 +0000
committerAlan Modra <amodra@gmail.com>2006-06-07 11:27:58 +0000
commitebd1c8757cf3f32daffe2615cbb778e495ebe412 (patch)
treec676d72e3be7ae9c8f4eb3645fa3f049560a4b12 /gas/itbl-ops.h
parent9622b051cf36414e121c0c2e63c099e588801e0e (diff)
downloadgdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.zip
gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.tar.gz
gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.tar.bz2
remove some duplicate #include's.
Diffstat (limited to 'gas/itbl-ops.h')
-rw-r--r--gas/itbl-ops.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h
index 47dc8b2..b1687da 100644
--- a/gas/itbl-ops.h
+++ b/gas/itbl-ops.h
@@ -1,5 +1,5 @@
/* itbl-ops.h
- Copyright 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
+ Copyright 1997, 1999, 2000, 2003, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -20,14 +20,6 @@
/* External functions, constants and defines for itbl support */
-#include "ansidecl.h"
-
-/* Include file notes: "expr.h" needed before targ-*.h,
- * "targ-env.h" includes the chain of target dependant headers,
- * "targ-cpu.h" has the HAVE_ITBL_CPU define, and
- * as.h includes them all */
-#include "as.h"
-
#ifdef HAVE_ITBL_CPU
#include "itbl-cpu.h"
#endif