Index: /trunk/psLib/src/sys/psMemory.h
===================================================================
--- /trunk/psLib/src/sys/psMemory.h	(revision 461)
+++ /trunk/psLib/src/sys/psMemory.h	(revision 462)
@@ -1,6 +1,4 @@
 #if !defined(PS_MEMORY_H)
 #define PS_MEMORY_H
-
-#include <stdio.h>    // needed for FILE
 /** @file  psMemory.h
  *
@@ -14,9 +12,11 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-20 01:41:09 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-20 01:42:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
+
+#include <stdio.h>                      // needed for FILE
 
 /** Book-keeping data for storage allocator.
Index: /trunk/psLib/src/sysUtils/psMemory.h
===================================================================
--- /trunk/psLib/src/sysUtils/psMemory.h	(revision 461)
+++ /trunk/psLib/src/sysUtils/psMemory.h	(revision 462)
@@ -1,6 +1,4 @@
 #if !defined(PS_MEMORY_H)
 #define PS_MEMORY_H
-
-#include <stdio.h>    // needed for FILE
 /** @file  psMemory.h
  *
@@ -14,9 +12,11 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-20 01:41:09 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-20 01:42:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
+
+#include <stdio.h>                      // needed for FILE
 
 /** Book-keeping data for storage allocator.
