Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 1967)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 1968)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 00:44:16 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:48:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,4 +17,17 @@
 #include <gsl/gsl_rng.h>
 #include <gsl/gsl_randist.h>
+
+#include <stdio.h>
+#include <stdbool.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 "psLogMsg.h"
 
 #include "psFunctions.h"
Index: /trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.h	(revision 1967)
+++ /trunk/psLib/src/dataManip/psFunctions.h	(revision 1968)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-06 00:44:16 $
+*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:48:15 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,11 +26,6 @@
 #include <math.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 1967)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 1968)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 00:44:16 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:48:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,4 +17,17 @@
 #include <gsl/gsl_rng.h>
 #include <gsl/gsl_randist.h>
+
+#include <stdio.h>
+#include <stdbool.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 "psLogMsg.h"
 
 #include "psFunctions.h"
Index: /trunk/psLib/src/math/psPolynomial.h
===================================================================
--- /trunk/psLib/src/math/psPolynomial.h	(revision 1967)
+++ /trunk/psLib/src/math/psPolynomial.h	(revision 1968)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-06 00:44:16 $
+*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:48:15 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,11 +26,6 @@
 #include <math.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 1967)
+++ /trunk/psLib/src/math/psSpline.c	(revision 1968)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 00:44:16 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:48:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,4 +17,17 @@
 #include <gsl/gsl_rng.h>
 #include <gsl/gsl_randist.h>
+
+#include <stdio.h>
+#include <stdbool.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 "psLogMsg.h"
 
 #include "psFunctions.h"
Index: /trunk/psLib/src/math/psSpline.h
===================================================================
--- /trunk/psLib/src/math/psSpline.h	(revision 1967)
+++ /trunk/psLib/src/math/psSpline.h	(revision 1968)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-06 00:44:16 $
+*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:48:15 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,11 +26,6 @@
 #include <math.h>
 
-#include "psMemory.h"
 #include "psVector.h"
 #include "psScalar.h"
-#include "psTrace.h"
-#include "psError.h"
-#include "psAbort.h"
-#include "psLogMsg.h"
 
 /** \addtogroup Stats
