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. --- render/search.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/search.c') diff --git a/render/search.c b/render/search.c index 00261a36a..f509f5890 100644 --- a/render/search.c +++ b/render/search.c @@ -33,7 +33,8 @@ #include "content/content.h" #include "content/hlcache.h" #include "desktop/selection.h" -#include "desktop/gui_factory.h" +#include "desktop/gui_search.h" +#include "desktop/gui_internal.h" #include "render/box.h" #include "render/html.h" -- cgit v1.2.3