From f6e6731598a02121be850a17a12384090b40f1ac Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 6 Jan 2020 20:20:56 -0500 Subject: More synchronizing LongTerm3 with default. Ideally this covers anything missed during the backport process. --- lexlib/CharacterCategory.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lexlib') diff --git a/lexlib/CharacterCategory.cxx b/lexlib/CharacterCategory.cxx index c166e57c4..e8bd16feb 100644 --- a/lexlib/CharacterCategory.cxx +++ b/lexlib/CharacterCategory.cxx @@ -11,9 +11,9 @@ #include #include -#include "Scintilla.h" // for ptrdiff_t in Position.h #include "CharacterCategory.h" -#include "Position.h" // for Sci::clamp + +#include "Compat.h" namespace Scintilla { -- cgit v1.2.3