diff options
Diffstat (limited to 'c++/examples/h5group.cpp')
-rw-r--r-- | c++/examples/h5group.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/examples/h5group.cpp b/c++/examples/h5group.cpp index 301d383..95161da 100644 --- a/c++/examples/h5group.cpp +++ b/c++/examples/h5group.cpp @@ -21,9 +21,6 @@ // the C version is used in this example. // #include <string> -#if !defined(H5_NO_NAMESPACE) && !defined(H5_NO_STD) -using namespace std; -#endif #ifdef OLD_HEADER_FILENAME #include <iostream.h> |