summaryrefslogtreecommitdiffstats
path: root/c++/examples/create.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/examples/create.cpp')
-rw-r--r--c++/examples/create.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/c++/examples/create.cpp b/c++/examples/create.cpp
index b4cc768..1930987 100644
--- a/c++/examples/create.cpp
+++ b/c++/examples/create.cpp
@@ -22,13 +22,10 @@
#else
#include <iostream>
#endif
-#include <string>
+#include <string>
#include "H5Cpp.h"
-
-#ifndef H5_NO_NAMESPACE
- using namespace H5;
-#endif
+using namespace H5;
const H5std_string FILE_NAME( "SDS.h5" );
const H5std_string DATASET_NAME( "IntArray" );