From ebe1b0511444e82830e8de239c34c6817817fba8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 24 Jun 2020 23:49:59 +0100 Subject: improve desktop text search header usage remove unecessary inclusion of desktop search header in content header which has knock on effect of not having ctype or string system headers dragged in unecessarily. Futher this highlighted use of ctype API where internal ascii processing ought to be used. --- content/handlers/html/dom_event.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/handlers/html/dom_event.c') diff --git a/content/handlers/html/dom_event.c b/content/handlers/html/dom_event.c index d490cad77..71ef13861 100644 --- a/content/handlers/html/dom_event.c +++ b/content/handlers/html/dom_event.c @@ -22,6 +22,8 @@ * Implementation of HTML content DOM event handling. */ +#include + #include "utils/config.h" #include "utils/corestrings.h" #include "utils/nsoption.h" -- cgit v1.2.3