From 7927d7da0bbc485a142426bd6dbb9d6db8c2c105 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 13 Jan 2019 16:30:28 +1100 Subject: Backport: 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. Backport of changeset 7228:348e55f8107c. --- lexlib/StyleContext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'lexlib/StyleContext.cxx') diff --git a/lexlib/StyleContext.cxx b/lexlib/StyleContext.cxx index 683e21453..fe56e53d7 100644 --- a/lexlib/StyleContext.cxx +++ b/lexlib/StyleContext.cxx @@ -7,7 +7,6 @@ #include #include -#include #include "ILexer.h" -- cgit v1.2.3