From 970af63ed8156f32a4c5a6890d3e8d96b212696f Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Sat, 7 Dec 2019 12:53:07 +0100 Subject: [PATCH] core: remove useless include --- include/hpp/fcl/BV/AABB.h | 1 - include/hpp/fcl/BV/RSS.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/hpp/fcl/BV/AABB.h b/include/hpp/fcl/BV/AABB.h index 55a5e4ad..d1596ea6 100644 --- a/include/hpp/fcl/BV/AABB.h +++ b/include/hpp/fcl/BV/AABB.h @@ -38,7 +38,6 @@ #ifndef HPP_FCL_AABB_H #define HPP_FCL_AABB_H -#include <stdexcept> #include <hpp/fcl/data_types.h> namespace hpp diff --git a/include/hpp/fcl/BV/RSS.h b/include/hpp/fcl/BV/RSS.h index a380de68..f702d4e8 100644 --- a/include/hpp/fcl/BV/RSS.h +++ b/include/hpp/fcl/BV/RSS.h @@ -38,7 +38,6 @@ #ifndef HPP_FCL_RSS_H #define HPP_FCL_RSS_H -#include <stdexcept> #include <hpp/fcl/data_types.h> #include <boost/math/constants/constants.hpp> -- GitLab