diff options
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r-- | src/H5FDsec2.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <H5MMprivate.h> /* Memory allocation */ #include <H5Pprivate.h> /*property lists */ -#ifdef WIN32 -#include <windows.h> -#endif - #ifdef MAX #undef MAX #define MAX(X,Y) ((X)>(Y)?(X):(Y)) |