diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-05-15 01:36:43 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-05-15 01:36:43 (GMT) |
commit | 3759814975e43229892f238e8451fb0ceea16095 (patch) | |
tree | f57c1dc01940e59bcd49fa73f5db08451593fa7e | |
parent | 867933406c66c3dfc37be3b097e4ed3e0e833aa4 (diff) | |
download | hdf5-3759814975e43229892f238e8451fb0ceea16095.zip hdf5-3759814975e43229892f238e8451fb0ceea16095.tar.gz hdf5-3759814975e43229892f238e8451fb0ceea16095.tar.bz2 |
Fixed typos
Platforms tested:
Linux/64 (jelly)
-rw-r--r-- | c++/src/H5StrcreatProp.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/src/H5StrcreatProp.cpp b/c++/src/H5StrcreatProp.cpp index 9c43326..a12dc00 100644 --- a/c++/src/H5StrcreatProp.cpp +++ b/c++/src/H5StrcreatProp.cpp @@ -13,11 +13,6 @@ #include <string> -#include <iostream> - using std::cerr; - using std::endl; - - #include "H5Include.h" #include "H5Exception.h" #include "H5IdComponent.h" |