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/box_construct.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index a341ca39a..025220802 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -37,7 +37,6 @@ #include "css/css.h" #include "css/utils.h" #include "css/select.h" -#include "desktop/gui_factory.h" #include "utils/nsoption.h" #include "utils/corestrings.h" #include "utils/locale.h" @@ -45,6 +44,8 @@ #include "utils/messages.h" #include "utils/talloc.h" #include "utils/utils.h" +#include "desktop/gui_misc.h" +#include "desktop/gui_internal.h" #include "render/box.h" #include "render/box_textarea.h" -- cgit v1.2.3