Преглед изворни кода

removing iostream includes

Patrik Kovacs пре 6 година
родитељ
комит
112f492b9c
3 измењених фајлова са 2 додато и 4 уклоњено
  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>