From 82bb483964df8f7d04d2131ba3304dc23bb45b5a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 25 Jun 2020 12:33:52 +0100 Subject: remove unesessary header use in protected content --- content/content_protected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index dbea229a9..fd0924d64 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -31,7 +31,6 @@ #include #include "netsurf/content_type.h" -#include "desktop/search.h" /* search flags enum */ #include "netsurf/mouse.h" /* mouse state enums */ struct nsurl; @@ -43,6 +42,7 @@ struct object_params; struct content; struct redraw_context; struct rect; +struct browser_window; struct browser_window_features; struct textsearch_context; struct box; -- cgit v1.2.3