summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-02-15 01:40:10 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-02-15 01:40:10 (GMT)
commitf2f890fd8292fb8db1d42e3844f8bc65bccf6453 (patch)
treee22cc68ed185522c38904c25c3c05ced2996f48d
parentdcf93b3ec54c8ebc158cd7a2b645ad62b1fa8f2a (diff)
downloadhdf5-f2f890fd8292fb8db1d42e3844f8bc65bccf6453.zip
hdf5-f2f890fd8292fb8db1d42e3844f8bc65bccf6453.tar.gz
hdf5-f2f890fd8292fb8db1d42e3844f8bc65bccf6453.tar.bz2
Removed an extra "using" statement
-rw-r--r--c++/src/H5Object.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5Object.cpp b/c++/src/H5Object.cpp
index e8cec97..8d3334b 100644
--- a/c++/src/H5Object.cpp
+++ b/c++/src/H5Object.cpp
@@ -12,8 +12,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <string>
-#include <iostream>
-using namespace std;
#include "H5private.h" // for HDmemset
#include "H5Include.h"