[mpich2-commits] r3985 - mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/src

buntinas at mcs.anl.gov buntinas at mcs.anl.gov
Mon Mar 9 14:14:44 CDT 2009


Author: buntinas
Date: 2009-03-09 14:14:43 -0500 (Mon, 09 Mar 2009)
New Revision: 3985

Modified:
   mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/src/mpid_nem_lmt_shm.c
Log:
removed unneeded includes to remove warning messages.  reviewed by jayesh@

Modified: mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/src/mpid_nem_lmt_shm.c
===================================================================
--- mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/src/mpid_nem_lmt_shm.c	2009-03-09 18:09:59 UTC (rev 3984)
+++ mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/src/mpid_nem_lmt_shm.c	2009-03-09 19:14:43 UTC (rev 3985)
@@ -6,13 +6,6 @@
 
 #include "mpid_nem_impl.h"
 #include "mpid_nem_datatypes.h"
-#ifdef HAVE_SYS_IPC_H
-    #include <sys/ipc.h>
-#endif
-#ifdef HAVE_SYS_SHM_H
-    #include <sys/shm.h>
-#endif
-#include <errno.h>
 
 #include "mpiu_os_wrappers.h"
 #if defined(USE_DBG_LOGGING) && 1



More information about the mpich2-commits mailing list