From d06df231bc7c49e0f46ffc8fc8674d0717dff202 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 09:48:09 +0100 Subject: Update the core to use the split operations table headers Second in the series to decouple the core API usage from the frontends. --- desktop/searchweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/searchweb.c') diff --git a/desktop/searchweb.c b/desktop/searchweb.c index dc12170c1..abd11a7d6 100644 --- a/desktop/searchweb.c +++ b/desktop/searchweb.c @@ -26,8 +26,8 @@ #include "utils/nsoption.h" #include "content/hlcache.h" -#include "desktop/gui_factory.h" #include "desktop/searchweb.h" +#include "desktop/gui_internal.h" struct search_provider { char *name; /**< readable name such as 'google', 'yahoo', etc */ -- cgit v1.2.3