From 8861923455a294927398c3207c12ed3e2d6f350e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 14:47:27 +0100 Subject: Allow include directories to be added by sub makefiles --- render/textplain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index 5f37d400d..b008ab8da 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -40,7 +40,7 @@ #include "netsurf/content.h" #include "content/content_protected.h" #include "content/hlcache.h" -#include "content/handlers/css/utils.h" +#include "css/utils.h" #include "netsurf/browser_window.h" #include "utils/nsoption.h" #include "netsurf/plotters.h" -- cgit v1.2.3