aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.c
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/expr.c
parent9622b051cf36414e121c0c2e63c099e588801e0e (diff)
downloadgdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.zip
gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.tar.gz
gdb-ebd1c8757cf3f32daffe2615cbb778e495ebe412.tar.bz2
remove some duplicate #include's.
Diffstat (limited to 'gas/expr.c')
-rw-r--r--gas/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/expr.c b/gas/expr.c
index 746d7a2..6297f19 100644
--- a/gas/expr.c
+++ b/gas/expr.c
@@ -25,7 +25,6 @@
(It also gives smaller files to re-compile.)
Here, "operand"s are of expressions, not instructions. */
-#include <string.h>
#define min(a, b) ((a) < (b) ? (a) : (b))
#include "as.h"