Index: trunk/magic/remove/src/streaksastrom.h
===================================================================
--- trunk/magic/remove/src/streaksastrom.h	(revision 20280)
+++ trunk/magic/remove/src/streaksastrom.h	(revision 20520)
@@ -4,4 +4,7 @@
 // Structure that encapsulates Astrometry
 // Note: this file should have no dependence on ipp data types
+// XXX: we might be able to remove this restrction. Paul S has
+// used some of our datatypes in his code
+//
 typedef struct {
     // opaque pointers to psModules types
@@ -19,4 +22,5 @@
 
 
+#ifndef notdef
 // There must be some well known type lying around that we
 // can use for this
@@ -25,4 +29,8 @@
     double  y;
 } strkPt;
+#else
+// TODO: remove this typedef
+typedef psPlane strkPt;
+#endif
 
 extern bool skyToCell(strkPt *, strkAstrom *astrom, double ra, double dec);
