Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 1440)
+++ trunk/psLib/src/astro/psCoord.h	(revision 1441)
@@ -11,6 +11,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-09 23:34:57 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-09 23:40:54 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -18,12 +18,12 @@
 
 #ifndef PS_COORD_H
-#    define PS_COORD_H
-
-#    include "psType.h"
-#    include "psImage.h"
-#    include "psArray.h"
-#    include "psList.h"
-#    include "psFunctions.h"
-#    include "psTime.h"
+#define PS_COORD_H
+
+#include "psType.h"
+#include "psImage.h"
+#include "psArray.h"
+#include "psList.h"
+#include "psFunctions.h"
+#include "psTime.h"
 
 /// @addtogroup CoordinateTransform
Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 1440)
+++ trunk/psLib/src/astro/psTime.h	(revision 1441)
@@ -13,6 +13,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-07 00:06:06 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:40:54 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -20,11 +20,11 @@
 
 #ifndef PSTIME_H
-#    define PSTIME_H
-
-#    include <time.h>
-#    include <sys/types.h>
-#    include <sys/time.h>
-
-#    include "psType.h"
+#define PSTIME_H
+
+#include <time.h>
+#include <sys/types.h>
+#include <sys/time.h>
+
+#include "psType.h"
 
 /// @addtogroup Time
