From 0c9d87b081f9dd3856194f71f1643c99994d0b95 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 1 Apr 2017 10:43:59 +1100 Subject: Standardize on C++ headers, remove headers that aren't needed and add where it may be needed in the future. --- win32/PlatWin.cxx | 18 +++++++++--------- win32/ScintillaWin.cxx | 15 ++++++++------- 2 files changed, 17 insertions(+), 16 deletions(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 9afc14eaf..0bca24854 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -5,15 +5,15 @@ // 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 -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 877ca5d88..8a817dde3 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -5,14 +5,15 @@ // 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 -#include - +#include +#include +#include +#include +#include +#include #include +#include + #include #include #include -- cgit v1.2.3