summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/cookies.c2
-rw-r--r--gtk/history.c2
-rw-r--r--gtk/hotlist.c1
-rw-r--r--gtk/print.c1
4 files changed, 2 insertions, 4 deletions
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"