Skip to content
Snippets Groups Projects
Commit b1601f95 authored by Ilias Harkati's avatar Ilias Harkati Committed by Florent Lamiraux
Browse files

Clean-up includes

parent b516bd68
No related branches found
No related tags found
No related merge requests found
Pipeline #41383 passed with warnings
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <hpp/manipulation/config.hh> #include <hpp/manipulation/config.hh>
#include <hpp/manipulation/fwd.hh> #include <hpp/manipulation/fwd.hh>
#include <hpp/manipulation/problem.hh> #include <hpp/manipulation/problem.hh>
#include <unordered_map>
namespace hpp { namespace hpp {
namespace manipulation { namespace manipulation {
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
// received a copy of the GNU Lesser General Public License along with // received a copy of the GNU Lesser General Public License along with
// hpp-manipulation. If not, see <http://www.gnu.org/licenses/>. // hpp-manipulation. If not, see <http://www.gnu.org/licenses/>.
#include <algorithm>
#include <hpp/constraints/affine-function.hh> #include <hpp/constraints/affine-function.hh>
#include <hpp/constraints/explicit.hh> #include <hpp/constraints/explicit.hh>
#include <hpp/constraints/locked-joint.hh> #include <hpp/constraints/locked-joint.hh>
...@@ -44,15 +43,12 @@ ...@@ -44,15 +43,12 @@
#include <hpp/util/debug.hh> #include <hpp/util/debug.hh>
#include <hpp/util/exception-factory.hh> #include <hpp/util/exception-factory.hh>
#include <hpp/util/timer.hh> #include <hpp/util/timer.hh>
#include <iomanip>
#include <map>
#include <pinocchio/fwd.hpp> #include <pinocchio/fwd.hpp>
#include <pinocchio/multibody/model.hpp> #include <pinocchio/multibody/model.hpp>
#include <queue> #include <algorithm>
#include <ranges> #include <iomanip>
#include <stack> #include <map>
#include <typeinfo> #include <typeinfo>
#include <unordered_map>
#include <vector> #include <vector>
namespace hpp { namespace 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