From 976e4f8973eea4b2b9904488ef92b66fc332521e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 4 May 2016 15:20:53 +0100 Subject: rationalise gtk use of plotters API --- gtk/cookies.c | 2 +- gtk/history.c | 2 +- gtk/hotlist.c | 1 - gtk/print.c | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) (limited to 'gtk') diff --git a/gtk/cookies.c b/gtk/cookies.c index 7b21dc9b5..f8f989347 100644 --- a/gtk/cookies.c +++ b/gtk/cookies.c @@ -24,7 +24,7 @@ #include "utils/log.h" #include "desktop/cookie_manager.h" -#include "desktop/plotters.h" +#include "desktop/plot_style.h" #include "desktop/tree.h" #include "desktop/textinput.h" diff --git a/gtk/history.c b/gtk/history.c index 743474d7a..9c5c0b5e4 100644 --- a/gtk/history.c +++ b/gtk/history.c @@ -22,7 +22,7 @@ #include "utils/log.h" #include "desktop/global_history.h" -#include "desktop/plotters.h" +#include "desktop/plot_style.h" #include "desktop/tree.h" #include "desktop/textinput.h" diff --git a/gtk/hotlist.c b/gtk/hotlist.c index 8258e0990..06fd5cd69 100644 --- a/gtk/hotlist.c +++ b/gtk/hotlist.c @@ -22,7 +22,6 @@ #include "utils/log.h" #include "utils/nsoption.h" #include "desktop/hotlist.h" -#include "desktop/plotters.h" #include "desktop/tree.h" #include "gtk/plotters.h" diff --git a/gtk/print.c b/gtk/print.c index a6e639996..44ef1757f 100644 --- a/gtk/print.c +++ b/gtk/print.c @@ -36,7 +36,6 @@ #include "content/content.h" #include "content/hlcache.h" #include "utils/nsoption.h" -#include "desktop/plotters.h" #include "desktop/print.h" #include "desktop/printer.h" -- cgit v1.2.3