Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 6504)
+++ /trunk/psLib/src/types/psList.c	(revision 6505)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-28 02:53:03 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-03-02 23:04:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -14,6 +14,4 @@
 #include <stdlib.h>
 #include <stdio.h>
-#include <pthread.h>                       // we need a mutex to make this stuff thread safe.
-
 #include "psError.h"
 #include "psAbort.h"
Index: /trunk/psLib/src/types/psList.h
===================================================================
--- /trunk/psLib/src/types/psList.h	(revision 6504)
+++ /trunk/psLib/src/types/psList.h	(revision 6505)
@@ -7,6 +7,6 @@
  *  @ingroup LinkedList
  *
- *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-28 02:53:03 $
+ *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-03-02 23:04:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -15,6 +15,4 @@
 #ifndef PS_LIST_H
 #define PS_LIST_H
-
-#include <pthread.h>                   // we need a mutex to make this stuff thread safe.
 
 #include "psCompare.h"
