Commit in slic on MAIN
slic.cc+11-121.12 -> 1.13
Removed unused include.

slic
slic.cc 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- slic.cc	7 May 2005 00:39:14 -0000	1.12
+++ slic.cc	7 Sep 2005 22:21:33 -0000	1.13
@@ -1,8 +1,7 @@
-// $Header: /cvs/lcd/slic/slic.cc,v 1.12 2005/05/07 00:39:14 jeremy Exp $
+// $Header: /cvs/lcd/slic/slic.cc,v 1.13 2005/09/07 22:21:33 jeremy Exp $
 
 // SLIC
 #include "SlicApplication.hh"
-#include "TimeUtil.hh"
 
 // std
 #include <iostream>
@@ -20,15 +19,15 @@
   // use g4 app base class
   G4Application* slicApp = 0;
 
-  // try block does not handle G4Exceptions, which kill the app immediately 
+  // try block does not handle G4Exceptions, which kill the app immediately
   try {
 
-    // create new simulator app 
+    // create new simulator app
     slicApp = new SlicApplication();
 
     // setup from CL args
     slicApp->setupFromCommandLine(argc, argv);
-    
+
     // initialize the app with current command settings
     slicApp->initialize();
 
@@ -57,22 +56,22 @@
 }
 
 /**
-   @mainpage 
+   @mainpage
 
    The SLIC simulator is a Geant4 package that uses LCDD as its geometry input.
 
-   Refer to the 
-   <a href="http://nicadd.niu.edu/~jeremy/docbook/projects/slic/html/jmccormick_slic_GettingStarted/t1.html">Getting Started Guide</a> 
-   for detailed usage and installation instructions.      
+   Refer to the
+   <a href="http://nicadd.niu.edu/~jeremy/docbook/projects/slic/html/jmccormick_slic_GettingStarted/t1.html">Getting Started Guide</a>
+   for detailed usage and installation instructions.
 
-   Print command line usage instructions by executing <i>slic --help</i>.    
+   Print command line usage instructions by executing <i>slic --help</i>.
 
    Valid LCDD is defined by the <a href="http://nicadd.niu.edu/~jeremy/lcd/lcdd/doc/schemas/lcdd.xsd.html">LCDDSchema</a>.
 
-   <a href="http://nicadd.niu.edu/~jeremy/lcd/lcdd/doc/html/">Source code documentation</a> is also available for the LCDD package.  
+   <a href="http://nicadd.niu.edu/~jeremy/lcd/lcdd/doc/html/">Source code documentation</a> is also available for the LCDD package.
 
    Any questions can be directed to <a href="mailto:[log in to unmask]">Jeremy McCormick</a>
-   or posted in the <a href="http://forum.linearcollider.org/index.php?t=threadt&frm_id=7&rid=0&S=012b8714798313e7abf7c4d092eb9d0a">Full Simulations Area</a>      
+   or posted in the <a href="http://forum.linearcollider.org/index.php?t=threadt&frm_id=7&rid=0&S=012b8714798313e7abf7c4d092eb9d0a">Full Simulations Area</a>
    of the <a href="http://forum.linearcollider.org/">LinearCollider.org Forum</a>.
 
    --Jeremy McCormick, SLAC
CVSspam 0.2.8