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/textplain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/textplain.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