* alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
[binutils-gdb.git] / gas / expr.c
index 746d7a2d889b4677a9694d14d69b832b7267cfb9..6297f19b47596fa45b0d3b52ad0ff82e0cdc2629 100644 (file)
@@ -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"