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/simplat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/simplat.c') diff --git a/target/simplat.c b/target/simplat.c index 736b0e8..e738ff7 100644 --- a/target/simplat.c +++ b/target/simplat.c @@ -41,12 +41,12 @@ #if defined(__IBMC__) #include #endif -#ifdef DEBUG -#include "plot.h" +#if defined(DEBUG) || defined(DUMP_PLOT) +# include "plot.h" +# include "ui.h" #endif #include "numlib.h" #include "sort.h" -#include "plot.h" #include "icc.h" #include "xcolorants.h" #include "targen.h" -- cgit v1.2.3