diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-28 18:18:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-28 18:18:01 (GMT) |
commit | b13ea3cf0730afa5a25eef458a1812d9cda0c04c (patch) | |
tree | d721078e7117303da78656717dae542ed18882bc /test | |
parent | ca912c389e4e641cfbae6facced950ad05578d65 (diff) | |
download | hdf5-b13ea3cf0730afa5a25eef458a1812d9cda0c04c.zip hdf5-b13ea3cf0730afa5a25eef458a1812d9cda0c04c.tar.gz hdf5-b13ea3cf0730afa5a25eef458a1812d9cda0c04c.tar.bz2 |
[svn-r5468] Purpose:
Code cleanup.
Description:
Included H5Eprivate.h for a couple of tests which needed it...
Platforms tested:
IRIX64 6.5 (modi4)
Diffstat (limited to 'test')
-rw-r--r-- | test/hyperslab.c | 1 | ||||
-rw-r--r-- | test/istore.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c index 2fd1de5..2844ec6 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -12,6 +12,7 @@ * rewrite much of the hyperslab stuff. */ #include "H5private.h" +#include "H5Eprivate.h" #include "H5MMprivate.h" #include "H5Vprivate.h" diff --git a/test/istore.c b/test/istore.c index 834c119..d9bea45 100644 --- a/test/istore.c +++ b/test/istore.c @@ -12,6 +12,7 @@ #include "h5test.h" #include "H5private.h" #include "H5Dprivate.h" +#include "H5Eprivate.h" #include "H5Iprivate.h" #include "H5Pprivate.h" #include "H5Fpkg.h" |