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/textarea.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'desktop/textarea.c') diff --git a/desktop/textarea.c b/desktop/textarea.c index 8b84f3279..625a58f9c 100644 --- a/desktop/textarea.c +++ b/desktop/textarea.c @@ -17,8 +17,10 @@ * along with this program. If not, see . */ -/** \file - * Single/Multi-line UTF-8 text area (implementation) +/** + * \file + * + * Single/Multi-line UTF-8 text area implementation. */ #include @@ -35,7 +37,8 @@ #include "desktop/plotters.h" #include "desktop/scrollbar.h" #include "desktop/font.h" -#include "desktop/gui_factory.h" +#include "desktop/gui_clipboard.h" +#include "desktop/gui_internal.h" #define CARET_COLOR 0x0000FF #define TA_ALLOC_STEP 512 -- cgit v1.2.3