From 2a03ea30490892ac52b3da325ab78e1aa888f83e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 10 May 2018 11:34:26 +0100 Subject: move html and text content handlers where they belong --- desktop/selection.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop/selection.c') diff --git a/desktop/selection.c b/desktop/selection.c index 5cb43b8c3..35eabb2a9 100644 --- a/desktop/selection.c +++ b/desktop/selection.c @@ -32,10 +32,10 @@ #include "utils/utf8.h" #include "utils/utils.h" #include "netsurf/form.h" -#include "render/box.h" -#include "render/html_internal.h" -#include "render/font.h" -#include "render/textplain.h" +#include "html/box.h" +#include "html/html_internal.h" +#include "html/font.h" +#include "text/textplain.h" #include "netsurf/mouse.h" #include "desktop/browser_private.h" -- cgit v1.2.3