summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDvfd_swmr.h')
-rw-r--r--src/H5FDvfd_swmr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/H5FDvfd_swmr.h b/src/H5FDvfd_swmr.h
index d85cc95..096d5fb 100644
--- a/src/H5FDvfd_swmr.h
+++ b/src/H5FDvfd_swmr.h
@@ -16,10 +16,6 @@
#ifndef H5FDvfd_swmr_H
#define H5FDvfd_swmr_H
-#include "H5api_adpt.h" /* H5_DLL */
-#include "H5public.h" /* uint64_t *ahem* */
-#include "H5Ipublic.h" /* hid_t */
-
#define H5FD_VFD_SWMR (H5FD_vfd_swmr_init())
#ifdef __cplusplus
@@ -33,4 +29,4 @@ H5_DLL herr_t H5Pset_fapl_vfd_swmr(hid_t fapl_id);
}
#endif
-#endif /* H5FDvfd_swmr_H */
+#endif