diff options
Diffstat (limited to 'lexlib/LexerNoExceptions.cxx')
| -rw-r--r-- | lexlib/LexerNoExceptions.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lexlib/LexerNoExceptions.cxx b/lexlib/LexerNoExceptions.cxx index 5f31f2268..9ebae2af0 100644 --- a/lexlib/LexerNoExceptions.cxx +++ b/lexlib/LexerNoExceptions.cxx @@ -8,9 +8,9 @@  #include <stdlib.h>  #include <string.h>  #include <stdio.h> -#include <ctype.h>  #include <stdarg.h>  #include <assert.h> +#include <ctype.h>  #include "ILexer.h"  #include "Scintilla.h" | 
