From 3a0bafea3e458fbe58d7de7bd242934784ceb02b Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 13 Jan 2019 16:30:28 +1100 Subject: Replace the only use of a function from with a Scintilla function. Remove inclusion of except in lexers as cctype functions often behave poorly and may crash for out of bounds arguments. --- cocoa/ScintillaCocoa.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 8ed17d7de..7622c660b 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -15,7 +15,6 @@ #include #include -#include #include #include -- cgit v1.2.3