summaryrefslogtreecommitdiff
path: root/frontends/windows
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 /frontends/windows
parent7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (diff)
downloadnetsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.gz
netsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.bz2
move plotters header into public API
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/bitmap.c2
-rw-r--r--frontends/windows/drawable.c2
-rw-r--r--frontends/windows/localhistory.c2
-rw-r--r--frontends/windows/plot.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/frontends/windows/bitmap.c b/frontends/windows/bitmap.c
index a50d9aa45..936b28ec5 100644
--- a/frontends/windows/bitmap.c
+++ b/frontends/windows/bitmap.c
@@ -31,7 +31,7 @@
#include "utils/log.h"
#include "netsurf/bitmap.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "content/content.h"
#include "windows/plot.h"
diff --git a/frontends/windows/drawable.c b/frontends/windows/drawable.c
index 9c26d8e9b..39ecee092 100644
--- a/frontends/windows/drawable.c
+++ b/frontends/windows/drawable.c
@@ -25,7 +25,7 @@
#include "netsurf/browser_window.h"
#include "desktop/textinput.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/errors.h"
#include "utils/log.h"
#include "utils/utils.h"
diff --git a/frontends/windows/localhistory.c b/frontends/windows/localhistory.c
index 674f198a0..ce1877f6f 100644
--- a/frontends/windows/localhistory.c
+++ b/frontends/windows/localhistory.c
@@ -23,7 +23,7 @@
#include <commctrl.h>
#include "desktop/browser_history.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/utils.h"
#include "utils/log.h"
#include "utils/messages.h"
diff --git a/frontends/windows/plot.c b/frontends/windows/plot.c
index 7480bc69f..941ec419c 100644
--- a/frontends/windows/plot.c
+++ b/frontends/windows/plot.c
@@ -30,7 +30,7 @@
#include "utils/utils.h"
#include "netsurf/mouse.h"
#include "netsurf/window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "windows/bitmap.h"
#include "windows/font.h"