diff options
Diffstat (limited to 'gas/config/tc-maxq.c')
-rw-r--r-- | gas/config/tc-maxq.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/config/tc-maxq.c b/gas/config/tc-maxq.c index 1633475..293d700 100644 --- a/gas/config/tc-maxq.c +++ b/gas/config/tc-maxq.c @@ -1,6 +1,6 @@ /* tc-maxq.c -- assembler code for a MAXQ chip. - Copyright 2004, 2005 Free Software Foundation, Inc. + Copyright 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by HCL Technologies Pvt. Ltd. @@ -34,10 +34,6 @@ #define MAXQ10S 1 #endif -#ifndef _STRING_H -#include "string.h" -#endif - #ifndef DEFAULT_ARCH #define DEFAULT_ARCH "MAXQ20" #endif |