From 3ccd74a83b03cb15d8bac7da38da5531d730bfaf Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 21 Jul 2013 20:26:51 +1000 Subject: Normalising order of language headers. --- src/AutoComplete.cxx | 2 +- src/Catalogue.cxx | 2 +- src/CellBuffer.cxx | 4 ++-- src/Decoration.cxx | 4 ++-- src/ExternalLexer.cxx | 2 +- src/RunStyles.cxx | 4 ++-- src/XPM.cxx | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src') 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 #include -#include #include #include +#include #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 #include -#include #include +#include #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. -#include -#include #include +#include +#include #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. -#include -#include #include +#include +#include #include #include 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 -#include #include +#include #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. -#include -#include #include +#include +#include #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. -#include #include +#include #include #include -- cgit v1.2.3