diff options
Diffstat (limited to 'c++/test/testhdf5.cpp')
-rw-r--r-- | c++/test/testhdf5.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp index c275a82..1951a99 100644 --- a/c++/test/testhdf5.cpp +++ b/c++/test/testhdf5.cpp @@ -42,10 +42,8 @@ ***************************************************************************/ -// Use C version of the header file testhdf5.h instead of re-coding it -#include "testhdf5.h" - -#include "H5Cpp.h" +#include "testhdf5.h" // C test header file +#include "H5Cpp.h" // C++ API header file #ifndef H5_NO_NAMESPACE using namespace H5; |