summaryrefslogtreecommitdiff
path: root/gtk/cookies.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-04 15:20:53 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-04 15:20:53 +0100
commit976e4f8973eea4b2b9904488ef92b66fc332521e (patch)
tree0e72816acfb8072b7dfb40e96d299185536c1a67 /gtk/cookies.c
parentd6e520da921e4a933318f1a70f0b2ff0c30dd2ea (diff)
downloadnetsurf-976e4f8973eea4b2b9904488ef92b66fc332521e.tar.gz
netsurf-976e4f8973eea4b2b9904488ef92b66fc332521e.tar.bz2
rationalise gtk use of plotters API
Diffstat (limited to 'gtk/cookies.c')
-rw-r--r--gtk/cookies.c2
1 files changed, 1 insertions, 1 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"