Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 1073)
+++ trunk/psLib/src/math/psStats.c	(revision 1233)
@@ -12,5 +12,4 @@
 #include "psAbort.h"
 #include "psStats.h"
-#include "psSort.h"
 
 #include "float.h"
@@ -672,5 +671,5 @@
     }
     // Sort the temporary vectors.
-    psSort(sortedVector, unsortedVector);
+    psVectorSort(sortedVector, unsortedVector);
 
     // Calculate the median exactly.
@@ -828,5 +827,5 @@
 
     // Sort the temporary vectors.
-    psSort(sortedVector, unsortedVector);
+    psVectorSort(sortedVector, unsortedVector);
 
     // Calculate the quartile points exactly.
