Index: trunk/ppImage/src/ppImageConfig.c
===================================================================
--- trunk/ppImage/src/ppImageConfig.c	(revision 5976)
+++ trunk/ppImage/src/ppImageConfig.c	(revision 6260)
@@ -1,13 +1,10 @@
+#include <stdio.h>
+#include "pslib.h"
+#include "pmConfig.h"
+#include "ppConfig.h"
 #include "ppImage.h"
 
 bool ppImageConfig(ppConfig *config, int argc, char **argv)
 {
-    // Initialise the configuration
-    config->site = NULL;                // Site configuration
-    config->camera = NULL;              // Camera configuration
-    config->recipe = NULL;              // Recipe configuration
-    config->arguments = NULL;           // The command-line arguments
-    config->database = NULL;            // Database handle
-
     // XXX - this should be split into a function to parse argc,argv
     //       and a second to read the config files.
