Index: trunk/psLib/src/astronomy/psTime.h
===================================================================
--- trunk/psLib/src/astronomy/psTime.h	(revision 4409)
+++ trunk/psLib/src/astronomy/psTime.h	(revision 4540)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-28 20:17:52 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-12 19:12:00 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -25,11 +25,8 @@
 
 #include "psType.h"
-#include "psImage.h"
-
-struct psSphere;
+// N.B. inclusion of psCoord.h was done to after the typedefs to handle cross-dependency of typedefs
 
 /// @addtogroup Time
 /// @{
-
 
 /** Time type.
@@ -69,4 +66,6 @@
 psTime;
 
+#include "psCoord.h"
+#include "psImage.h"
 
 /** Initialize time data.
@@ -161,7 +160,7 @@
  *  @return  psSphere*: Spherical coordinates of Earth's polar axias.
  */
-struct psSphere* p_psTimeGetPoleCoords(
-                const psTime *time      ///< psTime determine polar orientation.
-            );
+psSphere* p_psTimeGetPoleCoords(
+    const psTime *time      ///< psTime determine polar orientation.
+);
 
 /** Calculate the number of leapseconds between two times.
