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. --- gtk/PlatGTK.cxx | 10 +++++----- gtk/ScintillaGTK.cxx | 15 ++++++++------- gtk/ScintillaGTKAccessible.cxx | 5 +++-- 3 files changed, 16 insertions(+), 14 deletions(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 6db080db5..9ad49c9b8 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -3,11 +3,11 @@ // Copyright 1998-2004 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 diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 7b175d56b..6dfd33c95 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -3,13 +3,14 @@ // Copyright 1998-2004 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 diff --git a/gtk/ScintillaGTKAccessible.cxx b/gtk/ScintillaGTKAccessible.cxx index 3b54ff1a8..aede7dd4e 100644 --- a/gtk/ScintillaGTKAccessible.cxx +++ b/gtk/ScintillaGTKAccessible.cxx @@ -51,8 +51,9 @@ // FIXME: optimize character/byte offset conversion (with a cache?) -#include -#include +#include +#include +#include #include #include -- cgit v1.2.3