Index: /trunk/psLib/src/astronomy/psAstrometry.c
===================================================================
--- /trunk/psLib/src/astronomy/psAstrometry.c	(revision 1966)
+++ /trunk/psLib/src/astronomy/psAstrometry.c	(revision 1967)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-15 22:58:35 $
+*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:44:16 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,4 +16,6 @@
 /*  INCLUDE FILES                                                             */
 /******************************************************************************/
+#include "slalib.h"
+
 #include<math.h>
 #include "psFunctions.h"
@@ -21,5 +23,4 @@
 #include "psMemory.h"
 #include "psAbort.h"
-#include "slalib.h"
 /******************************************************************************/
 /*  DEFINE STATEMENTS                                                         */
Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 1966)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 1967)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 00:35:20 $
+ *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:44:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,4 +15,7 @@
 /*  INCLUDE FILES                                                            */
 /*****************************************************************************/
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
 #include "psFunctions.h"
 /*****************************************************************************/
Index: /trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.h	(revision 1966)
+++ /trunk/psLib/src/dataManip/psFunctions.h	(revision 1967)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-06 00:35:20 $
+*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:44:16 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,7 +25,4 @@
 #include <float.h>
 #include <math.h>
-
-#include <gsl/gsl_rng.h>
-#include <gsl/gsl_randist.h>
 
 #include "psMemory.h"
@@ -37,5 +34,4 @@
 #include "psLogMsg.h"
 
-
 /** \addtogroup Stats
  *  \{
Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 1966)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 1967)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 00:35:20 $
+ *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:44:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,4 +15,7 @@
 /*  INCLUDE FILES                                                            */
 /*****************************************************************************/
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
 #include "psFunctions.h"
 /*****************************************************************************/
Index: /trunk/psLib/src/math/psPolynomial.h
===================================================================
--- /trunk/psLib/src/math/psPolynomial.h	(revision 1966)
+++ /trunk/psLib/src/math/psPolynomial.h	(revision 1967)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-06 00:35:20 $
+*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:44:16 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,7 +25,4 @@
 #include <float.h>
 #include <math.h>
-
-#include <gsl/gsl_rng.h>
-#include <gsl/gsl_randist.h>
 
 #include "psMemory.h"
@@ -37,5 +34,4 @@
 #include "psLogMsg.h"
 
-
 /** \addtogroup Stats
  *  \{
Index: /trunk/psLib/src/math/psSpline.c
===================================================================
--- /trunk/psLib/src/math/psSpline.c	(revision 1966)
+++ /trunk/psLib/src/math/psSpline.c	(revision 1967)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-06 00:35:20 $
+ *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 00:44:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,4 +15,7 @@
 /*  INCLUDE FILES                                                            */
 /*****************************************************************************/
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
 #include "psFunctions.h"
 /*****************************************************************************/
Index: /trunk/psLib/src/math/psSpline.h
===================================================================
--- /trunk/psLib/src/math/psSpline.h	(revision 1966)
+++ /trunk/psLib/src/math/psSpline.h	(revision 1967)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-06 00:35:20 $
+*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:44:16 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,7 +25,4 @@
 #include <float.h>
 #include <math.h>
-
-#include <gsl/gsl_rng.h>
-#include <gsl/gsl_randist.h>
 
 #include "psMemory.h"
@@ -37,5 +34,4 @@
 #include "psLogMsg.h"
 
-
 /** \addtogroup Stats
  *  \{
