diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-21 20:26:51 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-21 20:26:51 +1000 |
commit | 3b44e428957a7708863d799bef55ac18a95aea6c (patch) | |
tree | 4fce8a4c4ab95301ff73905a96659f88180076f0 /lexlib | |
parent | b70f7b0bada5e9e60d8e6b5d6c6887a18a926303 (diff) | |
download | scintilla-mirror-3b44e428957a7708863d799bef55ac18a95aea6c.tar.gz |
Normalising order of language headers.
Diffstat (limited to 'lexlib')
-rw-r--r-- | lexlib/Accessor.cxx | 2 | ||||
-rw-r--r-- | lexlib/CharacterSet.cxx | 2 | ||||
-rw-r--r-- | lexlib/LexerBase.cxx | 2 | ||||
-rw-r--r-- | lexlib/LexerModule.cxx | 2 | ||||
-rw-r--r-- | lexlib/LexerNoExceptions.cxx | 2 | ||||
-rw-r--r-- | lexlib/LexerSimple.cxx | 2 | ||||
-rw-r--r-- | lexlib/StyleContext.cxx | 2 | ||||
-rw-r--r-- | lexlib/WordList.cxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lexlib/Accessor.cxx b/lexlib/Accessor.cxx index f67737d4d..61661626f 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 35669dff8..2f41df116 100644 --- a/lexlib/CharacterSet.cxx +++ b/lexlib/CharacterSet.cxx @@ -8,8 +8,8 @@ #include <stdlib.h> #include <string.h> -#include <ctype.h> #include <stdio.h> +#include <ctype.h> #include <assert.h> #include "CharacterSet.h" diff --git a/lexlib/LexerBase.cxx b/lexlib/LexerBase.cxx index bbef3f159..0e86562bf 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 b2b0f0696..532d09626 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 9ebae2af0..5f31f2268 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 4d0e178ca..5489ab886 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 cf59fdd24..ec0c5047c 100644 --- a/lexlib/StyleContext.cxx +++ b/lexlib/StyleContext.cxx @@ -7,8 +7,8 @@ #include <stdlib.h> #include <string.h> -#include <ctype.h> #include <stdio.h> +#include <ctype.h> #include <assert.h> #include "ILexer.h" diff --git a/lexlib/WordList.cxx b/lexlib/WordList.cxx index 049bf6ec0..982d520d6 100644 --- a/lexlib/WordList.cxx +++ b/lexlib/WordList.cxx @@ -7,8 +7,8 @@ #include <stdlib.h> #include <string.h> -#include <ctype.h> #include <stdio.h> +#include <ctype.h> #include <stdarg.h> #include <algorithm> |