aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-21 20:26:51 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-21 20:26:51 +1000
commit3ccd74a83b03cb15d8bac7da38da5531d730bfaf (patch)
tree907228e2f9f40460ea1f9d07410e33178f264240
parent3735b76f31e781558637dc20b822e5011e5e2dab (diff)
downloadscintilla-mirror-3ccd74a83b03cb15d8bac7da38da5531d730bfaf.tar.gz
Normalising order of language headers.
-rw-r--r--gtk/PlatGTK.cxx2
-rw-r--r--gtk/ScintillaGTK.cxx4
-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
-rw-r--r--src/AutoComplete.cxx2
-rw-r--r--src/Catalogue.cxx2
-rw-r--r--src/CellBuffer.cxx4
-rw-r--r--src/Decoration.cxx4
-rw-r--r--src/ExternalLexer.cxx2
-rw-r--r--src/RunStyles.cxx4
-rw-r--r--src/XPM.cxx2
-rw-r--r--win32/PlatWin.cxx4
-rw-r--r--win32/ScintillaWin.cxx2
19 files changed, 24 insertions, 24 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 9cd782629..16066d16d 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -3,9 +3,9 @@
// Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
+#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <stdlib.h>
#include <stddef.h>
#include <math.h>
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 82ca0b34e..b02c7202d 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -3,14 +3,14 @@
// Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <new>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <assert.h>
#include <ctype.h>
#include <time.h>
+#include <assert.h>
+#include <new>
#include <string>
#include <vector>
#include <map>
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>
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index d55af8504..c33d0c3a8 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -10,9 +10,9 @@
#include <stdio.h>
#include <assert.h>
-#include <algorithm>
#include <string>
#include <vector>
+#include <algorithm>
#include "Platform.h"
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 1a5630443..cd1fafd2d 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -7,8 +7,8 @@
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
#include <stdio.h>
+#include <ctype.h>
#include <stdarg.h>
#include <assert.h>
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index e88fd63ae..855c62a1d 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -5,9 +5,9 @@
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
#include <stdarg.h>
#include <algorithm>
diff --git a/src/Decoration.cxx b/src/Decoration.cxx
index cda460a48..72c7a331f 100644
--- a/src/Decoration.cxx
+++ b/src/Decoration.cxx
@@ -4,9 +4,9 @@
// Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
#include <stdarg.h>
#include <algorithm>
diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx
index bb4846497..d1d26201d 100644
--- a/src/ExternalLexer.cxx
+++ b/src/ExternalLexer.cxx
@@ -6,8 +6,8 @@
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
+#include <stdio.h>
#include <ctype.h>
#include <assert.h>
diff --git a/src/RunStyles.cxx b/src/RunStyles.cxx
index c2eae869e..ad8d977d6 100644
--- a/src/RunStyles.cxx
+++ b/src/RunStyles.cxx
@@ -4,9 +4,9 @@
// Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
#include <stdarg.h>
#include <stdexcept>
diff --git a/src/XPM.cxx b/src/XPM.cxx
index d6397afa7..915636de9 100644
--- a/src/XPM.cxx
+++ b/src/XPM.cxx
@@ -5,8 +5,8 @@
// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
#include <vector>
#include <map>
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index e92ef943c..16854f254 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -7,12 +7,12 @@
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
#include <ctype.h>
#include <stdarg.h>
-#include <stdio.h>
#include <time.h>
-#include <limits.h>
#include <math.h>
+#include <limits.h>
#include <vector>
#include <map>
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index cf5750cde..2386f1c48 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -5,7 +5,6 @@
// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <new>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -13,6 +12,7 @@
#include <assert.h>
#include <limits.h>
+#include <new>
#include <string>
#include <vector>
#include <map>