Skip to content

Commit

Permalink
namespace on all platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Aug 8, 2020
1 parent 169402c commit 16f1581
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions gazebo/gui/model/ModelTreeWidget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
#include "gazebo/gui/model/ModelPluginInspector.hh"
#include "gazebo/gui/model/ModelTreeWidget.hh"

#ifdef __APPLE__
using namespace boost::placeholders;
#endif
using namespace gazebo;
using namespace gui;

Expand Down
2 changes: 0 additions & 2 deletions gazebo/gui/model/SchematicViewWidget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
#include "gazebo/gui/model/ModelEditorEvents.hh"
#include "gazebo/gui/model/SchematicViewWidget.hh"

#ifdef __APPLE__
using namespace boost::placeholders;
#endif
using namespace gazebo;
using namespace gui;

Expand Down
2 changes: 0 additions & 2 deletions test/plugins/ForceTorqueModelRemovalTestPlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@

#include "gazebo/sensors/ForceTorqueSensor.hh"

#ifdef __APPLE__
using namespace boost::placeholders;
#endif
using namespace gazebo;

GZ_REGISTER_SENSOR_PLUGIN(ForceTorqueModelRemovalTestPlugin)
Expand Down

0 comments on commit 16f1581

Please sign in to comment.