diff options
Diffstat (limited to 'gdb/ada-lex.l')
-rw-r--r-- | gdb/ada-lex.l | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/ada-lex.l b/gdb/ada-lex.l index 9632073..c50f5a8 100644 --- a/gdb/ada-lex.l +++ b/gdb/ada-lex.l @@ -291,8 +291,6 @@ false { return FALSEKEYWORD; } %% #include <ctype.h> -#include <string.h> - /* Initialize the lexer for processing new expression. */ static void |