Index: trunk/psLib/src/imageops/psImageBackground.c
===================================================================
--- trunk/psLib/src/imageops/psImageBackground.c	(revision 7612)
+++ trunk/psLib/src/imageops/psImageBackground.c	(revision 7766)
@@ -7,5 +7,5 @@
 #include "psStats.h"
 #include "psType.h"
-#include "psConstants.h"
+#include "psAssert.h"
 #include "psRandom.h"
 #include "psError.h"
Index: trunk/psLib/src/imageops/psImageGeomManip.c
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.c	(revision 7612)
+++ trunk/psLib/src/imageops/psImageGeomManip.c	(revision 7766)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-12 20:44:04 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-30 02:20:06 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -29,5 +29,5 @@
 #include "psStats.h"
 #include "psMemory.h"
-#include "psConstants.h"
+#include "psAssert.h"
 #include "psErrorText.h"
 #include "psCoord.h"
Index: trunk/psLib/src/imageops/psImageMaskOps.c
===================================================================
--- trunk/psLib/src/imageops/psImageMaskOps.c	(revision 7612)
+++ trunk/psLib/src/imageops/psImageMaskOps.c	(revision 7766)
@@ -8,6 +8,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-10 20:12:13 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-30 02:20:06 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
 #include "psStats.h"
 #include "psMemory.h"
-#include "psConstants.h"
+#include "psAssert.h"
 #include "psErrorText.h"
 #include "psCoord.h"
Index: trunk/psLib/src/imageops/psImagePixelManip.c
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.c	(revision 7612)
+++ trunk/psLib/src/imageops/psImagePixelManip.c	(revision 7766)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-07 03:22:06 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-30 02:20:06 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -27,5 +27,5 @@
 #include "psStats.h"
 #include "psMemory.h"
-#include "psConstants.h"
+#include "psAssert.h"
 #include "psErrorText.h"
 #include "psCoord.h"
Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 7612)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 7766)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-21 21:03:49 $
+ *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-30 02:20:06 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -29,5 +29,5 @@
 #include "psPolynomial.h"
 #include "psImageStats.h"
-#include "psConstants.h"
+#include "psAssert.h"
 #include "psErrorText.h"
 #include "psRegion.h"
@@ -592,9 +592,9 @@
         return -1;
     }/* else if (col0 == col1 && row0 == row1) {
-                                    psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                                            "Invalid psRegion specified.  Region contains only 1 pixel.\n");
-                                    return -1;
-                                }
-                            */
+                                        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                                                "Invalid psRegion specified.  Region contains only 1 pixel.\n");
+                                        return -1;
+                                    }
+                                */
     x0 = col0;
     x1 = col1;
Index: trunk/psLib/src/imageops/psImageUnbin.c
===================================================================
--- trunk/psLib/src/imageops/psImageUnbin.c	(revision 7612)
+++ trunk/psLib/src/imageops/psImageUnbin.c	(revision 7766)
@@ -3,5 +3,5 @@
 #include "psError.h"
 #include "psImage.h"
-#include "psConstants.h"
+#include "psAssert.h"
 #include "psImageUnbin.h"
 
