summaryrefslogtreecommitdiffstats
path: root/scintilla/lexlib/LexerBase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/lexlib/LexerBase.cxx')
-rw-r--r--scintilla/lexlib/LexerBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/lexlib/LexerBase.cxx b/scintilla/lexlib/LexerBase.cxx
index 0ee3d02..0f75851 100644
--- a/scintilla/lexlib/LexerBase.cxx
+++ b/scintilla/lexlib/LexerBase.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"