diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-07-17 15:25:53 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-07-17 15:25:53 (GMT) |
commit | 2d6036f0c3a69e8d749bf54efedff6f15b2c5f1e (patch) | |
tree | adaecd634e6adf2c3ab0e72714fefcc506b978f9 | |
parent | 827170c31f1ed0dc10b75e4cf6eca2bd2005ef1e (diff) | |
download | hdf5-2d6036f0c3a69e8d749bf54efedff6f15b2c5f1e.zip hdf5-2d6036f0c3a69e8d749bf54efedff6f15b2c5f1e.tar.gz hdf5-2d6036f0c3a69e8d749bf54efedff6f15b2c5f1e.tar.bz2 |
[svn-r17195] I removed H5Eprivate.h from this header file. It isn't used anywhere in the test.
Tested on jam, smirom, linew, and Boeing VMS.
-rw-r--r-- | test/testhdf5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index ed8b049..86333d3 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -25,7 +25,6 @@ * so we include the private headers here. */ #include "H5private.h" -#include "H5Eprivate.h" /* Include generic testing header also */ #include "h5test.h" |