Skip to content
Snippets Groups Projects
Commit eb686fe2 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Prepend HPP_ to header guards

parent 9ccacc0c
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 40 deletions
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_AABB_H
#define FCL_AABB_H
#ifndef HPP_FCL_AABB_H
#define HPP_FCL_AABB_H
#include <stdexcept>
#include <hpp/fcl/math/vec_3f.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_H
#define FCL_BV_H
#ifndef HPP_FCL_BV_H
#define HPP_FCL_BV_H
#include <hpp/fcl/BV/kDOP.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_NODE_H
#define FCL_BV_NODE_H
#ifndef HPP_FCL_BV_NODE_H
#define HPP_FCL_BV_NODE_H
#include <hpp/fcl/math/vec_3f.h>
#include <hpp/fcl/math/matrix_3f.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_OBB_H
#define FCL_OBB_H
#ifndef HPP_FCL_OBB_H
#define HPP_FCL_OBB_H
#include <hpp/fcl/math/vec_3f.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_OBBRSS_H
#define FCL_OBBRSS_H
#ifndef HPP_FCL_OBBRSS_H
#define HPP_FCL_OBBRSS_H
#include <hpp/fcl/BV/OBB.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_RSS_H
#define FCL_RSS_H
#ifndef HPP_FCL_RSS_H
#define HPP_FCL_RSS_H
#include <stdexcept>
#include <hpp/fcl/math/vec_3f.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_KDOP_H
#define FCL_KDOP_H
#ifndef HPP_FCL_KDOP_H
#define HPP_FCL_KDOP_H
#include <stdexcept>
#include <hpp/fcl/math/vec_3f.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_KIOS_H
#define FCL_KIOS_H
#ifndef HPP_FCL_KIOS_H
#define HPP_FCL_KIOS_H
#include <hpp/fcl/BV/OBB.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_FRONT_H
#define FCL_BVH_FRONT_H
#ifndef HPP_FCL_BVH_FRONT_H
#define HPP_FCL_BVH_FRONT_H
#include <list>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_INTERNAL_H
#define FCL_BVH_INTERNAL_H
#ifndef HPP_FCL_BVH_INTERNAL_H
#define HPP_FCL_BVH_INTERNAL_H
#include <hpp/fcl/data_types.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_MODEL_H
#define FCL_BVH_MODEL_H
#ifndef HPP_FCL_BVH_MODEL_H
#define HPP_FCL_BVH_MODEL_H
#include <hpp/fcl/collision_object.h>
#include <hpp/fcl/BVH/BVH_internal.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_UTILITY_H
#define FCL_BVH_UTILITY_H
#ifndef HPP_FCL_BVH_UTILITY_H
#define HPP_FCL_BVH_UTILITY_H
#include <hpp/fcl/BVH/BVH_model.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_FITTER_H
#define FCL_BV_FITTER_H
#ifndef HPP_FCL_BV_FITTER_H
#define HPP_FCL_BV_FITTER_H
#include <hpp/fcl/BVH/BVH_internal.h>
#include <hpp/fcl/BV/kIOS.h>
......
......@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_SPLITTER_H
#define FCL_BV_SPLITTER_H
#ifndef HPP_FCL_BV_SPLITTER_H
#define HPP_FCL_BV_SPLITTER_H
#include <hpp/fcl/BVH/BVH_internal.h>
#include <hpp/fcl/BV/kIOS.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_H
#define FCL_COLLISION_H
#ifndef HPP_FCL_COLLISION_H
#define HPP_FCL_COLLISION_H
#include <hpp/fcl/math/vec_3f.h>
#include <hpp/fcl/collision_object.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_DATA_H
#define FCL_COLLISION_DATA_H
#ifndef HPP_FCL_COLLISION_DATA_H
#define HPP_FCL_COLLISION_DATA_H
#include <hpp/fcl/collision_object.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_FUNC_MATRIX_H
#define FCL_COLLISION_FUNC_MATRIX_H
#ifndef HPP_FCL_COLLISION_FUNC_MATRIX_H
#define HPP_FCL_COLLISION_FUNC_MATRIX_H
#include <hpp/fcl/collision_object.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_NODE_H
#define FCL_COLLISION_NODE_H
#ifndef HPP_FCL_COLLISION_NODE_H
#define HPP_FCL_COLLISION_NODE_H
#include <hpp/fcl/traversal/traversal_node_base.h>
#include <hpp/fcl/traversal/traversal_node_bvhs.h>
......
......@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_OBJECT_BASE_H
#define FCL_COLLISION_OBJECT_BASE_H
#ifndef HPP_FCL_COLLISION_OBJECT_BASE_H
#define HPP_FCL_COLLISION_OBJECT_BASE_H
#include <hpp/fcl/deprecated.hh>
#include <hpp/fcl/BV/AABB.h>
......
......@@ -14,8 +14,8 @@
// received a copy of the GNU Lesser General Public License along with
// hpp-fcl. If not, see <http://www.gnu.org/licenses/>.
#ifndef FCL_COLLISION_UTILITY_H
#define FCL_COLLISION_UTILITY_H
#ifndef HPP_FCL_COLLISION_UTILITY_H
#define HPP_FCL_COLLISION_UTILITY_H
#include <hpp/fcl/collision_object.h>
......
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