diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 03:17:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 03:17:26 (GMT) |
commit | efe7b5361947ad3c5ddf263e1f1211ce0122fe98 (patch) | |
tree | 8c6f5b1a6ccaf4ad2999b7287582932585fe5b07 /c++ | |
parent | 0a7809a659fd320e57c3efe96fce901d4cababfe (diff) | |
download | hdf5-efe7b5361947ad3c5ddf263e1f1211ce0122fe98.zip hdf5-efe7b5361947ad3c5ddf263e1f1211ce0122fe98.tar.gz hdf5-efe7b5361947ad3c5ddf263e1f1211ce0122fe98.tar.bz2 |
[svn-r18416] Description:
Fix error with srcdir header file included twice.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug & production and C++
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/th5s.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/test/th5s.cpp b/c++/test/th5s.cpp index a57f231..f82bb08 100644 --- a/c++/test/th5s.cpp +++ b/c++/test/th5s.cpp @@ -43,7 +43,6 @@ #endif #include "h5cpputil.h" // C++ utilility header file -#include "H5srcdir.h" const H5std_string TESTFILE("th5s.h5"); const H5std_string DATAFILE("th5s1.h5"); |