remove unesessary header use in protected content

This commit is contained in:
Vincent Sanders 2020-06-25 12:33:52 +01:00
parent 1acf3abb39
commit 82bb483964
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#include <libwapcaplet/libwapcaplet.h>
#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;

View File

@ -24,6 +24,8 @@
#ifndef NETSURF_HTML_INTERACTION_H
#define NETSURF_HTML_INTERACTION_H
#include "desktop/search.h" /* search flags enum */
/**
* Context for scrollbar
*/