Skip to content

Commit

Permalink
Remove inclusion of deprecated transform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 28, 2016
1 parent fa23d6d commit f6afe0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/test_fcl_broadphase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "fcl/config.h"
#include "fcl/broadphase/broadphase.h"
#include "fcl/shape/geometric_shape_to_BVH_model.h"
#include "fcl/math/transform.h"
#include "test_fcl_utility.h"

#if USE_GOOGLEHASH
Expand Down
1 change: 0 additions & 1 deletion test/test_fcl_bvh_models.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

#include "fcl/config.h"
#include "fcl/BVH/BVH_model.h"
#include "fcl/math/transform.h"
#include "fcl/shape/geometric_shapes.h"
#include "test_fcl_utility.h"
#include <iostream>
Expand Down
1 change: 0 additions & 1 deletion test/test_fcl_octomap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "fcl/collision.h"
#include "fcl/broadphase/broadphase.h"
#include "fcl/shape/geometric_shape_to_BVH_model.h"
#include "fcl/math/transform.h"
#include "test_fcl_utility.h"
#include "fcl_resources/config.h"

Expand Down
4 changes: 3 additions & 1 deletion test/test_fcl_simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@

#include <gtest/gtest.h>

#include <sstream>

#include "fcl/intersect.h"
#include "fcl/collision.h"
#include "fcl/BVH/BVH_model.h"
#include "fcl_resources/config.h"
#include <sstream>
#include "fcl/math/sampling.h"
#include "fcl/math/geometry.h"

using namespace fcl;

Expand Down

0 comments on commit f6afe0c

Please sign in to comment.