From 7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 17:32:57 +0100 Subject: move desktop window header into public API --- desktop/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/hotlist.c') diff --git a/desktop/hotlist.c b/desktop/hotlist.c index f9a1f41be..eae5ad81a 100644 --- a/desktop/hotlist.c +++ b/desktop/hotlist.c @@ -37,7 +37,7 @@ #include "desktop/gui_internal.h" #include "desktop/hotlist.h" #include "desktop/treeview.h" -#include "desktop/browser.h" +#include "netsurf/browser_window.h" #define N_DAYS 28 #define N_SEC_PER_DAY (60 * 60 * 24) -- cgit v1.2.3