mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
remove unecessary textinput header use
This commit is contained in:
parent
c313524998
commit
8dd5b560a5
@ -26,14 +26,13 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "desktop/core_window.h"
|
||||
#include "desktop/textinput.h"
|
||||
#include "utils/errors.h"
|
||||
#include "netsurf/mouse.h"
|
||||
|
||||
struct redraw_context;
|
||||
struct cookie_data;
|
||||
|
||||
enum browser_mouse_state;
|
||||
struct core_window_callback_table;
|
||||
struct rect;
|
||||
|
||||
/**
|
||||
* Initialise the cookie manager.
|
||||
|
Loading…
Reference in New Issue
Block a user