X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fct.h;h=deec77b9514b4ad26cfc4894924c022e6736a49a;hp=e7f29e9f63f19a801bd74e8cbd0b7d2ab72f69dd;hb=0c41eadc2ba97b93d6cfbaa16d8bf0a1e75597e3;hpb=caa021c02677851eb50fdda6d24a1259f901b20b diff --git a/include/ct.h b/include/ct.h index e7f29e9..deec77b 100644 --- a/include/ct.h +++ b/include/ct.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ct.h,v 1.2 2000/04/28 14:14:16 kevin Exp $ +** $Id: ct.h,v 1.3 2000/04/30 19:17:35 kevin Exp $ ** $Log: ct.h,v $ +** Revision 1.3 2000/04/30 19:17:35 kevin +** Set up include files for conditional INTERACTIVE_GRAPHICS +** ** Revision 1.2 2000/04/28 14:14:16 kevin ** *** empty log message *** ** @@ -81,12 +84,14 @@ #include "kstddef.h" #include "kmath.h" -#include "sgp.h" #include "sdf.h" #include "ir.h" #include "keyboard.h" #include "cio.h" +#ifdef HAVE_INTERACTIVE_GRAPHICS #include "ezplot.h" +#include "sgp.h" +#endif #endif