summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/form.c2
-rw-r--r--render/html.h2
-rw-r--r--render/html_interaction.c2
-rw-r--r--render/textplain.h2
4 files changed, 4 insertions, 4 deletions
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 <stddef.h>
-#include "desktop/mouse.h"
+#include "netsurf/mouse.h"
struct content;
struct hlcache_handle;