aboutsummaryrefslogtreecommitdiff
path: root/gas/itbl-parse.y
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-parse.y
parent9622b051cf36414e121c0c2e63c099e588801e0e (diff)
downloadfsf-binutils-gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.zip
fsf-binutils-gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.tar.gz
fsf-binutils-gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.tar.bz2
remove some duplicate #include's.
Diffstat (limited to 'gas/itbl-parse.y')
-rw-r--r--gas/itbl-parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y
index a7a52df..45e10ef 100644
--- a/gas/itbl-parse.y
+++ b/gas/itbl-parse.y
@@ -1,5 +1,5 @@
/* itbl-parse.y
- Copyright 1997, 2002, 2003, 2005 Free Software Foundation, Inc.
+ Copyright 1997, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -246,7 +246,7 @@ FIXME! hex is ambiguous with any digit
*/
-#include <stdio.h>
+#include "as.h"
#include "itbl-lex.h"
#include "itbl-ops.h"