Index: trunk/psphot/src/psphot.c
===================================================================
--- trunk/psphot/src/psphot.c	(revision 11263)
+++ trunk/psphot/src/psphot.c	(revision 12792)
@@ -1,3 +1,3 @@
-# include "psphot.h"
+# include "psphotInternal.h"
 
 static void usage (void) {
@@ -10,5 +10,5 @@
     psTimerStart ("complete");
     psphotErrorRegister();              // register our error codes/messages
-    psphotModelGroupInit ();		// load implementation-specific models
+    psphotModelGroupInit ();            // load implementation-specific models
 
     // load command-line arguments, options, and system config data
