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 --- content/content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index cdd7283cc..1c7507721 100644 --- a/content/content.h +++ b/content/content.h @@ -32,7 +32,7 @@ #include "content/content_factory.h" #include "content/content_type.h" #include "desktop/search.h" /* search flags enum */ -#include "desktop/mouse.h" /* mouse state enums */ +#include "netsurf/mouse.h" /* mouse state enums */ #include "desktop/plot_style.h" /* color typedef */ struct browser_window; -- cgit v1.2.3