mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 22:11:22 +03:00
remove unesessary header use in protected content
This commit is contained in:
parent
1acf3abb39
commit
82bb483964
@ -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;
|
||||
|
@ -24,6 +24,8 @@
|
||||
#ifndef NETSURF_HTML_INTERACTION_H
|
||||
#define NETSURF_HTML_INTERACTION_H
|
||||
|
||||
#include "desktop/search.h" /* search flags enum */
|
||||
|
||||
/**
|
||||
* Context for scrollbar
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user