diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-08-26 08:00:51 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-08-26 12:06:24 +0300 |
commit | 89d33e9accdf452ddb421b2967db26e3ebb52e06 (patch) | |
tree | 5d821ba57ca5824e3455c0aecdb3fa948da5d23c /scintilla/lexlib/LexerModule.cxx | |
parent | 0b41923e7cc1d17242c2a8a59bca460d8e707bfb (diff) | |
download | notepad2-mod-89d33e9accdf452ddb421b2967db26e3ebb52e06.zip notepad2-mod-89d33e9accdf452ddb421b2967db26e3ebb52e06.tar.gz notepad2-mod-89d33e9accdf452ddb421b2967db26e3ebb52e06.tar.bz2 |
Update Scintilla to v3.3.5.
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>
|