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/global_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/global_history.c') diff --git a/desktop/global_history.c b/desktop/global_history.c index 9fa1d6de7..01b7dee25 100644 --- a/desktop/global_history.c +++ b/desktop/global_history.c @@ -29,7 +29,7 @@ #include "desktop/global_history.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