summaryrefslogtreecommitdiff
path: root/frontends/gtk
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/gtk
parent7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (diff)
downloadnetsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.gz
netsurf-667605869fba31c48e61736f89efe4126d27db0c.tar.bz2
move plotters header into public API
Diffstat (limited to 'frontends/gtk')
-rw-r--r--frontends/gtk/bitmap.c2
-rw-r--r--frontends/gtk/plotters.c2
-rw-r--r--frontends/gtk/print.c2
-rw-r--r--frontends/gtk/scaffolding.c2
-rw-r--r--frontends/gtk/treeview.c2
-rw-r--r--frontends/gtk/window.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/frontends/gtk/bitmap.c b/frontends/gtk/bitmap.c
index ff5a0c43f..1def140b8 100644
--- a/frontends/gtk/bitmap.c
+++ b/frontends/gtk/bitmap.c
@@ -34,7 +34,7 @@
#include "utils/log.h"
#include "content/content.h"
#include "netsurf/bitmap.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "gtk/scaffolding.h"
#include "gtk/plotters.h"
diff --git a/frontends/gtk/plotters.c b/frontends/gtk/plotters.c
index 1d8c19827..1cebf58f0 100644
--- a/frontends/gtk/plotters.c
+++ b/frontends/gtk/plotters.c
@@ -32,7 +32,7 @@
#include "utils/log.h"
#include "utils/utils.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "utils/nsoption.h"
#include "gtk/layout_pango.h"
diff --git a/frontends/gtk/print.c b/frontends/gtk/print.c
index a6e639996..17cb96f93 100644
--- a/frontends/gtk/print.c
+++ b/frontends/gtk/print.c
@@ -36,7 +36,7 @@
#include "content/content.h"
#include "content/hlcache.h"
#include "utils/nsoption.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "desktop/print.h"
#include "desktop/printer.h"
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index 6873b8997..38dfd2125 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -36,7 +36,7 @@
#include "desktop/browser_history.h"
#include "netsurf/browser_window.h"
#include "desktop/hotlist.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "desktop/print.h"
#include "desktop/save_complete.h"
#ifdef WITH_PDF_EXPORT
diff --git a/frontends/gtk/treeview.c b/frontends/gtk/treeview.c
index 9baf57b62..829e87a01 100644
--- a/frontends/gtk/treeview.c
+++ b/frontends/gtk/treeview.c
@@ -33,7 +33,7 @@
#include "utils/log.h"
#include "utils/utf8.h"
#include "desktop/tree.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "gtk/warn.h"
#include "gtk/compat.h"
diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c
index 7cff9ee6b..dd713cb28 100644
--- a/frontends/gtk/window.c
+++ b/frontends/gtk/window.c
@@ -44,7 +44,7 @@
#include "desktop/searchweb.h"
#include "desktop/textinput.h"
#include "netsurf/window.h"
-#include "desktop/plotters.h"
+#include "netsurf/plotters.h"
#include "render/form.h"
#include "gtk/warn.h"