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. --- win32/PlatWin.cxx | 4 ++-- win32/ScintillaWin.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'win32') 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 #include +#include #include #include -#include #include -#include #include +#include #include #include 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 // The License.txt file describes the conditions under which this software may be distributed. -#include #include #include #include @@ -13,6 +12,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3