diff options
Diffstat (limited to 'lexers/LexSpecman.cxx')
-rw-r--r-- | lexers/LexSpecman.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexSpecman.cxx b/lexers/LexSpecman.cxx index 1b96482ea..918edaf98 100644 --- a/lexers/LexSpecman.cxx +++ b/lexers/LexSpecman.cxx @@ -8,10 +8,10 @@ #include <stdlib.h> #include <string.h> -#include <ctype.h> #include <stdio.h> #include <stdarg.h> #include <assert.h> +#include <ctype.h> #include "ILexer.h" #include "Scintilla.h" |