1
1

Remove the unnecessary/duplicated unistd.h.

This commit was SVN r22346.
Этот коммит содержится в:
Shiqing Fan 2009-12-28 16:22:16 +00:00
родитель e6c0133d08
Коммит b8555448b5

Просмотреть файл

@ -40,10 +40,9 @@
#ifdef HAVE_SYS_MMAN_H #ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h> #include <sys/mman.h>
#endif /* HAVE_SYS_MMAN_H */ #endif /* HAVE_SYS_MMAN_H */
#ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#ifdef HAVE_UNISTD_H #endif /* HAVE_FCNTL_H */
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#if OMPI_BTL_SM_HAVE_KNEM #if OMPI_BTL_SM_HAVE_KNEM
#include "knem_io.h" #include "knem_io.h"
#endif /* OMPI_BTL_SM_HAVE_KNEM */ #endif /* OMPI_BTL_SM_HAVE_KNEM */