aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexSpecman.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexSpecman.cxx')
-rw-r--r--lexers/LexSpecman.cxx2
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"