From 8711fbe47dd0381efd09717b719b79be3d819f49 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 12:07:16 +0100 Subject: move mouse and pointer state header into public API --- render/form.c | 2 +- render/html.h | 2 +- render/html_interaction.c | 2 +- render/textplain.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'render') diff --git a/render/form.c b/render/form.c index 71849c265..b3a8c5114 100644 --- a/render/form.c +++ b/render/form.c @@ -44,7 +44,7 @@ #include "content/hlcache.h" #include "content/handlers/css/utils.h" #include "desktop/browser.h" -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "desktop/knockout.h" #include "desktop/plot_style.h" #include "desktop/plotters.h" diff --git a/render/html.h b/render/html.h index 215bfbbe6..2900e8983 100644 --- a/render/html.h +++ b/render/html.h @@ -32,7 +32,7 @@ #include "content/content_type.h" #include "desktop/browser.h" -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "desktop/plot_style.h" #include "desktop/frame_types.h" diff --git a/render/html_interaction.c b/render/html_interaction.c index 0efb1286d..9513d0f0a 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -37,7 +37,7 @@ #include "content/hlcache.h" #include "desktop/browser.h" #include "desktop/frames.h" -#include "desktop/mouse.h" +#include "netsurf/mouse.h" #include "utils/nsoption.h" #include "desktop/scrollbar.h" #include "desktop/selection.h" diff --git a/render/textplain.h b/render/textplain.h index c3f2a0f6a..6a88c3470 100644 --- a/render/textplain.h +++ b/render/textplain.h @@ -25,7 +25,7 @@ #define _NETSURF_RENDER_TEXTPLAIN_H_ #include -#include "desktop/mouse.h" +#include "netsurf/mouse.h" struct content; struct hlcache_handle; -- cgit v1.2.3