summaryrefslogtreecommitdiff
path: root/src/frontend_able.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-09 00:11:35 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-09 00:11:35 +0000
commitda9f17aa78b7b41424a546a2cf8b2a785f9a030f (patch)
tree6d82a9d79ee3618023940ef3052c6e4fc13911eb /src/frontend_able.c
parentfd3c7753435658a6aeebf1b68d18178a6c7cf57d (diff)
downloadlibnsfb-da9f17aa78b7b41424a546a2cf8b2a785f9a030f.tar.gz
libnsfb-da9f17aa78b7b41424a546a2cf8b2a785f9a030f.tar.bz2
strip legacy plotter interface
cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
Diffstat (limited to 'src/frontend_able.c')
-rw-r--r--src/frontend_able.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend_able.c b/src/frontend_able.c
index 0e92104..d7b9226 100644
--- a/src/frontend_able.c
+++ b/src/frontend_able.c
@@ -10,6 +10,7 @@
#include <stdio.h>
#include "libnsfb.h"
+#include "libnsfb_plot.h"
#include "libnsfb_event.h"
#include "nsfb.h"
#include "frontend.h"