Index: /trunk/extsrc/gpcsw/burntool.nopsf/psfstats.c
===================================================================
--- /trunk/extsrc/gpcsw/burntool.nopsf/psfstats.c	(revision 24301)
+++ /trunk/extsrc/gpcsw/burntool.nopsf/psfstats.c	(revision 24302)
@@ -10,10 +10,9 @@
 #include "burntool.h"
 #include "math.h"
-#include "psf/psf.h"
 
 /****************************************************************/
 /* psf_stats(): Tell us about this PSF star */
-STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias, 
-		     double *fwhm, double *q)
+STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias,
+                     double *fwhm, double *q)
 {
    return(1);
Index: /trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile
===================================================================
--- /trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile	(revision 24301)
+++ /trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile	(revision 24302)
@@ -32,5 +32,5 @@
   pscoords/pscoords.h
 
-$(OBJ)/psfstats.o: psfstats.c burntool.h psf/psf.h
+$(OBJ)/psfstats.o: psfstats.c burntool.h
 
 $(OBJ)/sort.o: sort.c
Index: /trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstats.c
===================================================================
--- /trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstats.c	(revision 24301)
+++ /trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstats.c	(revision 24302)
@@ -10,10 +10,9 @@
 #include "burntool.h"
 #include "math.h"
-#include "psf/psf.h"
 
 /****************************************************************/
 /* psf_stats(): Tell us about this PSF star */
-STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias, 
-		     double *fwhm, double *q)
+STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias,
+                     double *fwhm, double *q)
 {
    return(1);
