r3161: update to 3.6.0
[ctsim.git] / tools / ctsimtext.cpp
index 2df7915f9e5f82dad5ec6d850db8ca96716bfab7..0b2b6a477f7c368b40cb7ec5c9e1e489d4215cec 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsimtext.cpp,v 1.22 2002/09/09 22:45:20 kevin Exp $
+**  $Id: ctsimtext.cpp,v 1.23 2002/10/24 20:09:55 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
@@ -45,7 +45,7 @@ extern "C" {
 // If linked to ctsimtext, but executed as another name, eg pjrec, then program will use that
 // linked name as name of function.
 
-static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.22 2002/09/09 22:45:20 kevin Exp $";
+static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.23 2002/10/24 20:09:55 kevin Exp $";
 static const char* const s_szProgramName = "ctsimtext";
 static const char* const s_szProgramName2 = "ctsimtext.exe";
 static const char* const s_szProgramName3 = "ctsimtext-lam";
@@ -293,16 +293,3 @@ main (int argc, char* argv[])
   
   return retval;
 }
-
-#include "nographics.cpp"
-#include "if1.cpp"
-#include "if2.cpp"
-#include "ifinfo.cpp"
-#include "ifexport.cpp"
-#include "phm2if.cpp"
-#include "phm2pj.cpp"
-#include "pj2if.cpp"
-#include "pjinfo.cpp"
-#include "pjrec.cpp"
-#include "phm2helix.cpp"
-#include "pjHinterp.cpp"