diff options
Diffstat (limited to 'scintilla/lexlib/LexerModule.cxx')
-rw-r--r-- | scintilla/lexlib/LexerModule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/lexlib/LexerModule.cxx b/scintilla/lexlib/LexerModule.cxx index 349a925..f71cb8e 100644 --- a/scintilla/lexlib/LexerModule.cxx +++ b/scintilla/lexlib/LexerModule.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 <string>
|