summaryrefslogtreecommitdiffstats
path: root/src/hdf5dev.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-07 02:04:34 (GMT)
committerGitHub <noreply@github.com>2021-06-07 02:04:34 (GMT)
commit62ddef9758585ec5556b7ff2465ecae75013322d (patch)
tree2e70b6ed39539c609ad3aab41d1f69db4cf9854b /src/hdf5dev.h
parent9ebe55b34c4d45db6b47d6cd0ee01efa20d0c31d (diff)
downloadhdf5-62ddef9758585ec5556b7ff2465ecae75013322d.zip
hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.gz
hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.bz2
Includes hdf5dev.h in hdf5.h (#728)
* Includes hdf5dev.h in hdf5.h * Removes hdf5dev.h * Restores H5PLextern.h as an independent header * H5PLextern.h missed in the null VOL connector
Diffstat (limited to 'src/hdf5dev.h')
-rw-r--r--src/hdf5dev.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/hdf5dev.h b/src/hdf5dev.h
deleted file mode 100644
index 201442d..0000000
--- a/src/hdf5dev.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Copyright by The HDF Group. *
- * All rights reserved. *
- * *
- * This file is part of HDF5. The full HDF5 copyright notice, including *
- * terms governing use, modification, and redistribution, is contained in *
- * the COPYING file, which can be found at the root of the source code *
- * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
- * If you do not have access to either file, you may request a copy from *
- * help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
-/*
- * This is the main public HDF5 include file for component authors.
- */
-
-#ifndef _HDF5DEV_H
-#define _HDF5DEV_H
-
-/* Include general purpose application developer interfaces */
-#include "hdf5.h"
-
-/* Application developer headers for various interfaces */
-#include "H5ESdevelop.h" /* Event Sets */
-#include "H5FDdevelop.h" /* File drivers */
-#include "H5Idevelop.h" /* ID management */
-#include "H5Ldevelop.h" /* Links */
-#include "H5PLextern.h" /* Plugins */
-#include "H5Tdevelop.h" /* Datatypes */
-#include "H5TSdevelop.h" /* Threadsafety */
-#include "H5Zdevelop.h" /* Data filters */
-
-/* Virtual object layer (VOL) connector developer support */
-#include "H5VLconnector.h" /* VOL connector author routines */
-#include "H5VLconnector_passthru.h" /* Pass-through VOL connector author routines */
-#include "H5VLnative.h" /* Native VOL connector macros, for VOL connector authors */
-
-#endif /* _HDF5DEV_H */