r109: reorganized header files
[ctsim.git] / libctgraphics / sgpdrive.cpp
index fad8475dad8e2526ae629b91d2d1da58706304d3..09445badc703b866372b34f929be0c1ff18a2361 100644 (file)
@@ -2,42 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sgpdrive.cpp,v 1.2 2000/06/19 18:44:51 kevin Exp $
-**  $Log: sgpdrive.cpp,v $
-**  Revision 1.2  2000/06/19 18:44:51  kevin
-**  *** empty log message ***
-**
-**  Revision 1.1  2000/06/19 18:05:03  kevin
-**  initial cvs import
-**
-**  Revision 1.2  2000/06/15 19:07:10  kevin
-**  *** empty log message ***
-**
-**  Revision 1.1  2000/06/13 16:20:31  kevin
-**  finished c++ conversions
-**
-**  Revision 1.7  2000/06/03 06:29:22  kevin
-**  Finished g2 conditional compilation
-**
-**  Revision 1.6  2000/05/24 22:49:01  kevin
-**  Updated SGP: first function X-windows version
-**
-**  Revision 1.5  2000/05/11 14:07:23  kevin
-**  Fixed compilation warnings
-**
-**  Revision 1.4  2000/05/08 20:08:15  kevin
-**  *** empty log message ***
-**
-**  Revision 1.3  2000/04/28 18:35:23  kevin
-**  removed unused files
-**
-**  Revision 1.2  2000/04/28 13:50:45  kevin
-**  Removed Makefile Makefile.in that are automatically generated by autoconf
-**
-**  Revision 1.1.1.1  2000/04/28 13:02:44  kevin
-**  Initial CVS import for first public release
-**
-**
+**  $Id: sgpdrive.cpp,v 1.3 2000/06/19 19:04:05 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 **  along with this program; if not, write to the Free Software
 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ******************************************************************************/
 **  along with this program; if not, write to the Free Software
 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ******************************************************************************/
+
 /* Device Driver for IBM PC Kevin Rosenberg  March 84 */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
 /* Device Driver for IBM PC Kevin Rosenberg  March 84 */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
-#include "kstddef.h"
+#include "ctsupport.h"
 #include "sgp.h"
 #include "sgp.h"
-#include "kmath.h"
-#include "cio.h"
+
 
 static int init_prt(void);
 static void term_prt(void);
 
 static int init_prt(void);
 static void term_prt(void);