Index: trunk/Ohana/src/libohana/include/dvo.h
===================================================================
--- trunk/Ohana/src/libohana/include/dvo.h	(revision 3517)
+++ trunk/Ohana/src/libohana/include/dvo.h	(revision 3536)
@@ -6,15 +6,4 @@
 # define LONEOS    0
 # define PANSTARRS 0
-
-/*** this file uses data types which must have fixed sizes regardless 
-     of the platform.  It originally used the basic C primitives: 
-       float, double, int, short int, unsigned long int, etc.
-     this breaks under 64 bit (and probably on other systems).
-     I should define internal data types which should be set by the 
-     use of # define statements if needed.  I will cheat for now and use
-     the time_t to replace unsigned long int in this file 
-***/
-
-# define e_time unsigned int
 
 /* image data modes in RegImage */
@@ -132,4 +121,6 @@
 void coords_precess (double *ra, double *dec, double in_epoch, double out_epoch);
 
+# include <autocode.h>
+
 # if (LONEOS)
 # include <loneos.h>
@@ -144,6 +135,4 @@
 # endif
 
-# include <autocode.h>
-
 /* these functions refer to the DVO structures define in the includes above */
 int   Fread (void *ptr, int size, int nitems, FILE *f, char *type);
