summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-03-29 12:11:56 (GMT)
committerGitHub <noreply@github.com>2022-03-29 12:11:56 (GMT)
commit71af37d38ffbde615b2ffae9cafd7092f89da7b5 (patch)
tree649f7cad514adf4bc77b3a20b7517fd6ea146c4c /src/H5PBprivate.h
parent0d3182c7da6bdcd896cbc311b36ee762cf38d37a (diff)
downloadhdf5-71af37d38ffbde615b2ffae9cafd7092f89da7b5.zip
hdf5-71af37d38ffbde615b2ffae9cafd7092f89da7b5.tar.gz
hdf5-71af37d38ffbde615b2ffae9cafd7092f89da7b5.tar.bz2
Removes cruft from a few header files (#1534)
* Unnecessary extern C guards in cache headers * Non-existent H5Xpublic.h includes hidden behind NOT_YET symbols
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index f5d4536..0a255fc 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -23,11 +23,6 @@
#ifndef H5PBprivate_H
#define H5PBprivate_H
-/* Include package's public header */
-#ifdef NOT_YET
-#include "H5PBpublic.h"
-#endif /* NOT_YET */
-
/* Private headers needed by this header */
#include "H5private.h" /* Generic Functions */
#include "H5Fprivate.h" /* File access */