aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
commitb0296d86a48642f2f381c3e0b11a022482ae25e3 (patch)
tree799c8fa56339d4bfc62ae4d0ff8ef058a228d70b /lexlib
parent0e25a153a1970e5b895072f265c02bac9fd7f3fa (diff)
downloadscintilla-mirror-b0296d86a48642f2f381c3e0b11a022482ae25e3.tar.gz
Header include statements are now in a standardised order with that order
defined in scripts/HeaderOrder.txt.
Diffstat (limited to 'lexlib')
-rw-r--r--lexlib/Accessor.cxx2
-rw-r--r--lexlib/CharacterSet.cxx2
-rw-r--r--lexlib/LexerBase.cxx2
-rw-r--r--lexlib/LexerModule.cxx2
-rw-r--r--lexlib/LexerNoExceptions.cxx2
-rw-r--r--lexlib/LexerSimple.cxx2
-rw-r--r--lexlib/StyleContext.cxx2
-rw-r--r--lexlib/WordList.cxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/lexlib/Accessor.cxx b/lexlib/Accessor.cxx
index 61661626f..f67737d4d 100644
--- a/lexlib/Accessor.cxx
+++ b/lexlib/Accessor.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"
diff --git a/lexlib/CharacterSet.cxx b/lexlib/CharacterSet.cxx
index 2f41df116..0ab2cc0cc 100644
--- a/lexlib/CharacterSet.cxx
+++ b/lexlib/CharacterSet.cxx
@@ -9,8 +9,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <ctype.h>
#include <assert.h>
+#include <ctype.h>
#include "CharacterSet.h"
diff --git a/lexlib/LexerBase.cxx b/lexlib/LexerBase.cxx
index 0e86562bf..bbef3f159 100644
--- a/lexlib/LexerBase.cxx
+++ b/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"
diff --git a/lexlib/LexerModule.cxx b/lexlib/LexerModule.cxx
index 5b25f84ec..6cefbee77 100644
--- a/lexlib/LexerModule.cxx
+++ b/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>
diff --git a/lexlib/LexerNoExceptions.cxx b/lexlib/LexerNoExceptions.cxx
index 5f31f2268..9ebae2af0 100644
--- a/lexlib/LexerNoExceptions.cxx
+++ b/lexlib/LexerNoExceptions.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"
diff --git a/lexlib/LexerSimple.cxx b/lexlib/LexerSimple.cxx
index 5489ab886..4d0e178ca 100644
--- a/lexlib/LexerSimple.cxx
+++ b/lexlib/LexerSimple.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>
diff --git a/lexlib/StyleContext.cxx b/lexlib/StyleContext.cxx
index ec0c5047c..9429c5ba8 100644
--- a/lexlib/StyleContext.cxx
+++ b/lexlib/StyleContext.cxx
@@ -8,8 +8,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <ctype.h>
#include <assert.h>
+#include <ctype.h>
#include "ILexer.h"
diff --git a/lexlib/WordList.cxx b/lexlib/WordList.cxx
index 10b6fe349..68b384a95 100644
--- a/lexlib/WordList.cxx
+++ b/lexlib/WordList.cxx
@@ -8,8 +8,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <ctype.h>
#include <stdarg.h>
+#include <ctype.h>
#include <algorithm>