From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- target/ppoint.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/ppoint.c') diff --git a/target/ppoint.c b/target/ppoint.c index 2a5dd26..217b1e9 100644 --- a/target/ppoint.c +++ b/target/ppoint.c @@ -37,11 +37,14 @@ #include "numlib.h" #include "rspl.h" #include "sort.h" -#include "plot.h" #include "icc.h" #include "xcolorants.h" #include "targen.h" #include "ppoint.h" +#ifdef DUMP_PLOT +# include "plot.h" +# include "ui.h" +#endif #undef DEBUG #define DUMP_PLOT /* Show on screen plot */ -- cgit v1.2.3