Index: trunk/ppStats/src/ppStats.h
===================================================================
--- trunk/ppStats/src/ppStats.h	(revision 7988)
+++ trunk/ppStats/src/ppStats.h	(revision 8337)
@@ -3,17 +3,10 @@
 
 #define RECIPENAME "PPSTATS"
-#define TIMERNAME "PPSTATS"
 
 #include <psmodules.h>
+
 #include "ppStatsData.h"
-
-// Set up the options and input/output files
-ppStatsData *ppStatsSetup(pmConfig *config // Configuration
-    );
-
-// Loop over the input image and do all the hard work
-void ppStatsLoop(ppStatsData *data,     // The data
-                 const pmConfig *config // Configuration
-    );
+#include "ppStatsSetupFromRecipe.h"
+#include "ppStatsLoop.h"
 
 #endif
