diff --git a/src/systems/physics/Physics.cc b/src/systems/physics/Physics.cc index 6f02cd2a33c..5bb951d64cc 100644 --- a/src/systems/physics/Physics.cc +++ b/src/systems/physics/Physics.cc @@ -68,7 +68,6 @@ #include #include #include -#include #include #include "ignition/gazebo/EntityComponentManager.hh" @@ -141,7 +140,6 @@ class ignition::gazebo::systems::PhysicsPrivate ignition::physics::GetContactsFromLastStepFeature, ignition::physics::RemoveEntities, ignition::physics::CollisionFilterMaskFeature, - ignition::physics::mesh::AttachMeshShapeFeature, ignition::physics::GetBasicJointProperties, ignition::physics::GetBasicJointState, ignition::physics::SetBasicJointState,