Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Revert boost/bind.hpp changes in header files
Browse files Browse the repository at this point in the history
Changing the includes can break downstream software,
so let's revert this for now.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Jan 14, 2022
1 parent ea2e107 commit 1a2fbac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gazebo/common/MovingWindowFilter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <map>

#include <boost/function.hpp>
#include <boost/bind/bind.hpp>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/mutex.hpp>

Expand Down
2 changes: 1 addition & 1 deletion gazebo/common/WeakBind.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define GAZEBO_COMMON_WEAKBIND_HH_

#include <boost/shared_ptr.hpp>
#include <boost/bind/bind.hpp>
#include <boost/bind.hpp>

namespace gazebo
{
Expand Down
2 changes: 1 addition & 1 deletion gazebo/transport/Connection.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <google/protobuf/message.h>

#include <boost/asio.hpp>
#include <boost/bind/bind.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/thread.hpp>
#include <boost/tuple/tuple.hpp>
Expand Down
2 changes: 1 addition & 1 deletion gazebo/transport/Node.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define GAZEBO_TRANSPORT_NODE_HH_

#include <tbb/task.h>
#include <boost/bind/bind.hpp>
#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <map>
#include <list>
Expand Down
2 changes: 1 addition & 1 deletion gazebo/transport/TopicManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef GAZEBO_TRANSPORT_TOPICMANAGER_HH_
#define GAZEBO_TRANSPORT_TOPICMANAGER_HH_

#include <boost/bind/bind.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <map>
#include <list>
Expand Down
2 changes: 1 addition & 1 deletion gazebo/transport/TransportIface.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef _GAZEBO_TRANSPORTIFACE_HH_
#define _GAZEBO_TRANSPORTIFACE_HH_

#include <boost/bind/bind.hpp>
#include <boost/bind.hpp>
#include <string>
#include <list>
#include <map>
Expand Down

0 comments on commit 1a2fbac

Please sign in to comment.