summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 21:05:57 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 21:05:57 +0100
commit667605869fba31c48e61736f89efe4126d27db0c (patch)
tree8d8bfb136239aff2d782118002ee04f1ccb1baa8 /render/html_redraw.c
parent7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (diff)
downloadnetsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.gz
netsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.bz2
move plotters header into public API
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 40783c302..01e7246c6 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -43,7 +43,7 @@
#include "content/content_protected.h"
#include "content/handlers/css/utils.h"
#include "netsurf/browser_window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "desktop/selection.h"
#include "desktop/print.h"
#include "desktop/scrollbar.h"