Index: trunk/psModules/src/objects/pmFootprintAssignPeaks.c
===================================================================
--- trunk/psModules/src/objects/pmFootprintAssignPeaks.c	(revision 18828)
+++ trunk/psModules/src/objects/pmFootprintAssignPeaks.c	(revision 20937)
@@ -3,6 +3,6 @@
  * @author RHL, Princeton & IfA; EAM, IfA
  *
- * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-08-01 00:00:17 $
+ * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-12-08 02:51:14 $
  * Copyright 2006 Institute for Astronomy, University of Hawaii
  */
@@ -17,7 +17,7 @@
 #include <strings.h>
 #include <pslib.h>
-#include "pmPeaks.h"
 #include "pmSpan.h"
 #include "pmFootprint.h"
+#include "pmPeaks.h"
 
 /*
@@ -71,5 +71,5 @@
 	pmFootprint *fp = footprints->data[id - 1];
 	psArrayAdd(fp->peaks, 5, peak);
-	peak->footprint = (struct pmFootprint *) fp; // reference to containing footprint
+	peak->footprint = fp; // reference to containing footprint
     }
     
