Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 1965)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 1966)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-05 01:43:58 $
+ *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:35:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,23 +15,5 @@
 /*  INCLUDE FILES                                                            */
 /*****************************************************************************/
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
-#include <float.h>
-#include <math.h>
-
-#include "psMemory.h"
-#include "psVector.h"
-#include "psScalar.h"
-#include "psTrace.h"
-#include "psError.h"
-#include "psAbort.h"
 #include "psFunctions.h"
-#include "psLogMsg.h"
-
-#include <gsl/gsl_rng.h>
-#include <gsl/gsl_randist.h>
-
 /*****************************************************************************/
 /* DEFINE STATEMENTS                                                         */
@@ -82,5 +64,4 @@
 }
 
-
 /*****************************************************************************/
 /* TYPE DEFINITIONS                                                          */
Index: /trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.h	(revision 1965)
+++ /trunk/psLib/src/dataManip/psFunctions.h	(revision 1966)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-04 00:40:23 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:35:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,8 +21,20 @@
 #define PS_FUNCTIONS_H
 
+#include <stdio.h>
 #include <stdbool.h>
-
+#include <float.h>
+#include <math.h>
+
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
+#include "psMemory.h"
 #include "psVector.h"
 #include "psScalar.h"
+#include "psTrace.h"
+#include "psError.h"
+#include "psAbort.h"
+#include "psLogMsg.h"
+
 
 /** \addtogroup Stats
Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 1965)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 1966)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-05 01:43:58 $
+ *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:35:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,23 +15,5 @@
 /*  INCLUDE FILES                                                            */
 /*****************************************************************************/
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
-#include <float.h>
-#include <math.h>
-
-#include "psMemory.h"
-#include "psVector.h"
-#include "psScalar.h"
-#include "psTrace.h"
-#include "psError.h"
-#include "psAbort.h"
 #include "psFunctions.h"
-#include "psLogMsg.h"
-
-#include <gsl/gsl_rng.h>
-#include <gsl/gsl_randist.h>
-
 /*****************************************************************************/
 /* DEFINE STATEMENTS                                                         */
@@ -82,5 +64,4 @@
 }
 
-
 /*****************************************************************************/
 /* TYPE DEFINITIONS                                                          */
Index: /trunk/psLib/src/math/psPolynomial.h
===================================================================
--- /trunk/psLib/src/math/psPolynomial.h	(revision 1965)
+++ /trunk/psLib/src/math/psPolynomial.h	(revision 1966)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-04 00:40:23 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:35:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,8 +21,20 @@
 #define PS_FUNCTIONS_H
 
+#include <stdio.h>
 #include <stdbool.h>
-
+#include <float.h>
+#include <math.h>
+
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
+#include "psMemory.h"
 #include "psVector.h"
 #include "psScalar.h"
+#include "psTrace.h"
+#include "psError.h"
+#include "psAbort.h"
+#include "psLogMsg.h"
+
 
 /** \addtogroup Stats
Index: /trunk/psLib/src/math/psSpline.c
===================================================================
--- /trunk/psLib/src/math/psSpline.c	(revision 1965)
+++ /trunk/psLib/src/math/psSpline.c	(revision 1966)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-05 01:43:58 $
+ *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:35:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,23 +15,5 @@
 /*  INCLUDE FILES                                                            */
 /*****************************************************************************/
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
-#include <float.h>
-#include <math.h>
-
-#include "psMemory.h"
-#include "psVector.h"
-#include "psScalar.h"
-#include "psTrace.h"
-#include "psError.h"
-#include "psAbort.h"
 #include "psFunctions.h"
-#include "psLogMsg.h"
-
-#include <gsl/gsl_rng.h>
-#include <gsl/gsl_randist.h>
-
 /*****************************************************************************/
 /* DEFINE STATEMENTS                                                         */
@@ -82,5 +64,4 @@
 }
 
-
 /*****************************************************************************/
 /* TYPE DEFINITIONS                                                          */
Index: /trunk/psLib/src/math/psSpline.h
===================================================================
--- /trunk/psLib/src/math/psSpline.h	(revision 1965)
+++ /trunk/psLib/src/math/psSpline.h	(revision 1966)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-04 00:40:23 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:35:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,8 +21,20 @@
 #define PS_FUNCTIONS_H
 
+#include <stdio.h>
 #include <stdbool.h>
-
+#include <float.h>
+#include <math.h>
+
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
+#include "psMemory.h"
 #include "psVector.h"
 #include "psScalar.h"
+#include "psTrace.h"
+#include "psError.h"
+#include "psAbort.h"
+#include "psLogMsg.h"
+
 
 /** \addtogroup Stats
