Skip to content

Commit c8a7eae

Browse files
jmirabelolivier-stasse
authored andcommitted
Remove unused inclusion of iostream
1 parent ea061c1 commit c8a7eae

File tree

7 files changed

+0
-8
lines changed

7 files changed

+0
-8
lines changed

include/dynamic_graph_bridge/sot_loader.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#define _SOT_LOADER_HH_
2525

2626
// System includes
27-
#include <iostream>
2827
#include <cassert>
2928

3029
// STL includes

include/dynamic_graph_bridge/sot_loader_basic.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#define _SOT_LOADER_BASIC_HH_
2525

2626
// System includes
27-
#include <iostream>
2827
#include <cassert>
2928

3029
// STL includes

src/geometric_simu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* have received a copy of the GNU Lesser General Public License along
1717
* with dynamic_graph_bridge. If not, see <http://www.gnu.org/licenses/>.
1818
*/
19-
#include <iostream>
2019
#include <boost/thread/thread.hpp>
2120
#include <boost/thread/condition.hpp>
2221

src/ros_publish.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#ifndef DYNAMIC_GRAPH_ROS_PUBLISH_HH
22
# define DYNAMIC_GRAPH_ROS_PUBLISH_HH
3-
# include <iostream>
43
# include <map>
54

65
# include <boost/shared_ptr.hpp>

src/ros_publish.hxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
# include "sot_to_ros.hh"
1010

11-
# include <iostream>
12-
1311
namespace dynamicgraph
1412
{
1513
template <>

src/ros_queued_subscribe.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#ifndef DYNAMIC_GRAPH_ROS_QUEUED_SUBSCRIBE_HH
2121
# define DYNAMIC_GRAPH_ROS_QUEUED_SUBSCRIBE_HH
22-
# include <iostream>
2322
# include <map>
2423

2524
# include <boost/shared_ptr.hpp>

src/ros_subscribe.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#ifndef DYNAMIC_GRAPH_ROS_SUBSCRIBE_HH
22
# define DYNAMIC_GRAPH_ROS_SUBSCRIBE_HH
3-
# include <iostream>
43
# include <map>
54

65
# include <boost/shared_ptr.hpp>

0 commit comments

Comments
 (0)