diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-09-06 16:01:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-09-06 16:01:25 (GMT) |
commit | 0d964c2f88047ae56b61d72485f3f01b45071294 (patch) | |
tree | d59a5bb37a039c17446b3cc874450c3b0f9508f1 /src/H5FDs3comms.h | |
parent | acdeee8c6ac287618807cd22702d3cba1a1cd1ee (diff) | |
download | hdf5-0d964c2f88047ae56b61d72485f3f01b45071294.zip hdf5-0d964c2f88047ae56b61d72485f3f01b45071294.tar.gz hdf5-0d964c2f88047ae56b61d72485f3f01b45071294.tar.bz2 |
revert windows change
Diffstat (limited to 'src/H5FDs3comms.h')
-rw-r--r-- | src/H5FDs3comms.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FDs3comms.h b/src/H5FDs3comms.h index 51d9b55..90c6650 100644 --- a/src/H5FDs3comms.h +++ b/src/H5FDs3comms.h @@ -57,10 +57,10 @@ #ifdef H5_HAVE_ROS3_VFD /* Necessary S3 headers */ -#include "curl/curl.h" -#include "openssl/evp.h" -#include "openssl/hmac.h" -#include "openssl/sha.h" +#include <curl/curl.h> +#include <openssl/evp.h> +#include <openssl/hmac.h> +#include <openssl/sha.h> /***************** * PUBLIC MACROS * |