From 5772da872fa1ec05e10c5fb3c5fdc2ca1c754728 Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Fri, 29 May 2020 15:18:13 +0800 Subject: [PATCH] Remove unnecessary feature from MinimumFeatureList Signed-off-by: Luca Della Vedova --- src/systems/physics/Physics.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systems/physics/Physics.cc b/src/systems/physics/Physics.cc index 693740be58..28219857b4 100644 --- a/src/systems/physics/Physics.cc +++ b/src/systems/physics/Physics.cc @@ -67,7 +67,6 @@ #include #include #include -#include #include #include "ignition/gazebo/EntityComponentManager.hh"