Browse Source

removing iostream includes

Patrik Kovacs 6 years ago
parent
commit
112f492b9c
3 changed files with 2 additions and 4 deletions
  1. 1 1
      include/hdf4cpp/HdfAttribute.h
  2. 0 2
      include/hdf4cpp/HdfDestroyer.h
  3. 1 1
      include/hdf4cpp/HdfItem.h

+ 1 - 1
include/hdf4cpp/HdfAttribute.h

@@ -7,7 +7,7 @@
 #include <hdf4cpp/HdfException.h>
 #include <hdf4cpp/HdfObject.h>
 #include <hdf4cpp/HdfDestroyer.h>
-#include <iostream>
+
 #include <hdf/hdf.h>
 #include <hdf/mfhdf.h>
 #include <string>

+ 0 - 2
include/hdf4cpp/HdfDestroyer.h

@@ -5,8 +5,6 @@
 #ifndef GRASP_SEGMENTER_HDFDESTROYER_H
 #define GRASP_SEGMENTER_HDFDESTROYER_H
 
-#include <iostream>
-
 #include <boost/shared_ptr.hpp>
 #include <hdf/hdf.h>
 #include <hdf/mfhdf.h>

+ 1 - 1
include/hdf4cpp/HdfItem.h

@@ -9,7 +9,7 @@
 #include <hdf4cpp/HdfAttribute.h>
 #include <hdf4cpp/HdfException.h>
 #include <hdf4cpp/HdfDestroyer.h>
-#include <iostream>
+
 #include <algorithm>
 #include <map>
 #include <memory>