From d6d9378e9b1cc082a51725cfc9901549e4b84727 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 12 Jul 2013 12:01:54 +0100 Subject: Move global_history_add out of browser.h into global_history_core.h --- desktop/browser.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'desktop/browser.c') diff --git a/desktop/browser.c b/desktop/browser.c index aa7da1f87..949dca061 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -45,10 +45,11 @@ #include "desktop/browser_private.h" #include "desktop/download.h" #include "desktop/frames.h" -#include "desktop/local_history.h" -#include "desktop/hotlist.h" #include "desktop/gui.h" +#include "desktop/history_global_core.h" +#include "desktop/hotlist.h" #include "desktop/knockout.h" +#include "desktop/local_history.h" #include "utils/nsoption.h" #include "desktop/scrollbar.h" #include "desktop/selection.h" -- cgit v1.2.3