mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
remove unecessary textinput header use from hotlist header
This commit is contained in:
parent
4f59f5309f
commit
690066bb56
@ -22,14 +22,13 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "desktop/core_window.h"
|
|
||||||
#include "desktop/textinput.h"
|
|
||||||
#include "utils/errors.h"
|
#include "utils/errors.h"
|
||||||
|
#include "netsurf/mouse.h"
|
||||||
|
|
||||||
|
struct core_window_callback_table;
|
||||||
struct redraw_context;
|
struct redraw_context;
|
||||||
struct nsurl;
|
struct nsurl;
|
||||||
|
struct rect;
|
||||||
enum browser_mouse_state;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialise the hotlist.
|
* Initialise the hotlist.
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include "utils/nsoption.h"
|
#include "utils/nsoption.h"
|
||||||
#include "desktop/hotlist.h"
|
#include "desktop/hotlist.h"
|
||||||
#include "desktop/tree.h"
|
#include "desktop/tree.h"
|
||||||
|
#include "desktop/textinput.h"
|
||||||
|
|
||||||
#include "gtk/plotters.h"
|
#include "gtk/plotters.h"
|
||||||
#include "gtk/scaffolding.h"
|
#include "gtk/scaffolding.h"
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
#include "netsurf/window.h"
|
#include "netsurf/window.h"
|
||||||
#include "desktop/hotlist.h"
|
#include "desktop/hotlist.h"
|
||||||
#include "desktop/tree.h"
|
#include "desktop/tree.h"
|
||||||
|
#include "desktop/textinput.h"
|
||||||
|
|
||||||
#include "riscos/gui.h"
|
#include "riscos/gui.h"
|
||||||
#include "riscos/dialog.h"
|
#include "riscos/dialog.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user