Index: /trunk/psModules/src/camera/pmFPA.h
===================================================================
--- /trunk/psModules/src/camera/pmFPA.h	(revision 18842)
+++ /trunk/psModules/src/camera/pmFPA.h	(revision 18843)
@@ -6,6 +6,6 @@
  * @author Eugene Magnier, IfA
  *
- * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-08-01 00:01:25 $
+ * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-08-01 03:16:10 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -13,4 +13,7 @@
 #ifndef PM_FPA_H
 #define PM_FPA_H
+
+#include <pslib.h>
+#include <pmHDU.h>
 
 /// @addtogroup Camera Camera Layout
@@ -127,10 +130,10 @@
     bool file_exists;                   ///< Does the file for this readout exist (read case only)?
     bool data_exists;                   ///< Does the data for this readout exist (read case only)?
-    int thisImageScan;			///< start scan for next/current read
-    int lastImageScan;			///< start scan of the last read
-    int thisMaskScan;			///< start scan for next/current read
-    int lastMaskScan;			///< start scan of the last read
-    int thisWeightScan;			///< start scan for next/current read
-    int lastWeightScan;			///< start scan of the last read
+    int thisImageScan;                  ///< start scan for next/current read
+    int lastImageScan;                  ///< start scan of the last read
+    int thisMaskScan;                   ///< start scan for next/current read
+    int lastMaskScan;                   ///< start scan of the last read
+    int thisWeightScan;                 ///< start scan for next/current read
+    int lastWeightScan;                 ///< start scan of the last read
 } pmReadout;
 
Index: /trunk/psModules/src/camera/pmFPAfile.h
===================================================================
--- /trunk/psModules/src/camera/pmFPAfile.h	(revision 18842)
+++ /trunk/psModules/src/camera/pmFPAfile.h	(revision 18843)
@@ -4,6 +4,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-03-18 18:38:14 $
+ * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-08-01 03:15:46 $
  * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
  */
@@ -11,4 +11,11 @@
 #ifndef PM_FPA_FILE_H
 #define PM_FPA_FILE_H
+
+#include <pslib.h>
+
+#include <pmFPALevel.h>
+#include <pmFPA.h>
+#include <pmFPAview.h>
+#include <pmDetrendDB.h>
 
 /// @addtogroup Camera Camera Layout
