summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
commit8861923455a294927398c3207c12ed3e2d6f350e (patch)
tree8b8dd664815becb2c64457d5e7a98fea57ed0b50 /render/textplain.c
parentcba3a1468c07d4bd192967e43b05edc567306dd0 (diff)
downloadnetsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.gz
netsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.bz2
Allow include directories to be added by sub makefiles
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c2
1 files changed, 1 insertions, 1 deletions
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"