From 7785cbd55bfca87f0cb2687c9fbfbd51741199ea Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 12 Jan 2001 01:43:04 -0500 Subject: [svn-r3274] Purpose: Arrange codes for avoiding windows warnings Description: Solution: put windows including header files into H5private.h Platforms tested: win 2000, confirmed at eirene --- src/H5FDlog.c | 3 --- src/H5FDsec2.c | 4 ---- 2 files changed, 7 deletions(-) diff --git a/src/H5FDlog.c b/src/H5FDlog.c index 4799b17..74e8bde 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -23,9 +23,6 @@ #include /* Memory allocation */ #include /*property lists */ -#ifdef WIN32 -#include -#endif #ifdef MAX #undef MAX diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 2d29c0c..ebf4c64 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -21,10 +21,6 @@ #include /* Memory allocation */ #include /*property lists */ -#ifdef WIN32 -#include -#endif - #ifdef MAX #undef MAX #define MAX(X,Y) ((X)>(Y)?(X):(Y)) -- cgit v0.12