Index: trunk/ppImage/src/ppImageParseCamera.c
===================================================================
--- trunk/ppImage/src/ppImageParseCamera.c	(revision 6125)
+++ trunk/ppImage/src/ppImageParseCamera.c	(revision 6260)
@@ -1,5 +1,10 @@
+#include <stdio.h>
+#include "pslib.h"
+#include "pmFPA.h"
+#include "pmFPAConstruct.h"
+#include "pmConfig.h"
 #include "ppImage.h"
 
-bool ppImageParseCamera(ppData *data, ppConfig *config)
+bool ppImageParseCamera(ppImageData *data, ppConfig *config)
 {
     // Initialise the containers where the files will go
@@ -10,7 +15,4 @@
     data->flat    = ppFileAlloc();
     data->fringe  = ppFileAlloc();
-#if 0
-    data->process = ppFileAlloc();
-#endif
 
     data->input->filename = psMemIncrRefCounter(psMetadataLookupStr(NULL, config->arguments, "-input"));
