diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fmpio.c | 3 | ||||
-rw-r--r-- | src/H5private.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index facc9fd..74981fe 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -47,9 +47,6 @@ #include <H5Dprivate.h> #include <H5MMprivate.h> -#include <sys/types.h> -#include <sys/stat.h> - #ifndef HAVE_PARALLEL /* * The H5F_mpio_xxxx functions are for parallel I/O only and are diff --git a/src/H5private.h b/src/H5private.h index 23d22e7..62c4c21 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -94,7 +94,6 @@ # include <io.h> #endif #ifdef HAVE_WINSOCK_H -//# include <winsock.h> # include <winsock2.h> #endif #ifndef F_OK |