r24: Set up include files for conditional INTERACTIVE_GRAPHICS
[ctsim.git] / include / ct.h
index e7f29e9f63f19a801bd74e8cbd0b7d2ab72f69dd..deec77b9514b4ad26cfc4894924c022e6736a49a 100644 (file)
@@ -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 ***
 **
 
 #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