summaryrefslogtreecommitdiff
path: root/target/ppoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/ppoint.c')
-rw-r--r--target/ppoint.c5
1 files changed, 4 insertions, 1 deletions
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 */