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/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index 5c0333a96..de579dcf2 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -34,7 +34,7 @@ #include "netsurf/plotters.h" #include "content/hlcache.h" #include "css/utils.h" -#include "render/box.h" +#include "html/box.h" #include "desktop/print.h" #include "desktop/printer.h" -- cgit v1.2.3