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