Skip to content
Snippets Groups Projects
Commit 6e58ede7 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Olivier Stasse
Browse files

Remove unused inclusion of iostream

parent 431f8a68
No related branches found
No related tags found
No related merge requests found
Pipeline #1759 passed
......@@ -24,7 +24,6 @@
#define _SOT_LOADER_HH_
// System includes
#include <iostream>
#include <cassert>
// STL includes
......
......@@ -24,7 +24,6 @@
#define _SOT_LOADER_BASIC_HH_
// System includes
#include <iostream>
#include <cassert>
// STL includes
......
......@@ -16,7 +16,6 @@
* have received a copy of the GNU Lesser General Public License along
* with dynamic_graph_bridge. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include <boost/thread/thread.hpp>
#include <boost/thread/condition.hpp>
......
#ifndef DYNAMIC_GRAPH_ROS_PUBLISH_HH
# define DYNAMIC_GRAPH_ROS_PUBLISH_HH
# include <iostream>
# include <map>
# include <boost/shared_ptr.hpp>
......
......@@ -8,8 +8,6 @@
# include "sot_to_ros.hh"
# include <iostream>
namespace dynamicgraph
{
template <>
......
......@@ -19,7 +19,6 @@
#ifndef DYNAMIC_GRAPH_ROS_QUEUED_SUBSCRIBE_HH
# define DYNAMIC_GRAPH_ROS_QUEUED_SUBSCRIBE_HH
# include <iostream>
# include <map>
# include <boost/shared_ptr.hpp>
......
#ifndef DYNAMIC_GRAPH_ROS_SUBSCRIBE_HH
# define DYNAMIC_GRAPH_ROS_SUBSCRIBE_HH
# include <iostream>
# include <map>
# include <boost/shared_ptr.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment