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. --- src/Editor.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 045266604..563b3a665 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -9,7 +9,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3