Skip to content

Commit

Permalink
find and link against tinyxml where needed (moveit#569)
Browse files Browse the repository at this point in the history
remove tinyxml

spurious cmake_modules addition
  • Loading branch information
mikaelarguedas authored and v4hn committed Aug 18, 2017
1 parent e855354 commit 692488c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
#include <moveit/macros/class_forward.h>
#include <urdf/model.h>
#include <srdfdom/model.h>
#include <tinyxml.h>

class TiXmlDocument;

namespace rdf_loader
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <moveit/setup_assistant/tools/compute_default_collisions.h>
#include <boost/math/special_functions/binomial.hpp> // for statistics at end
#include <boost/thread.hpp>
#include <tinyxml.h>
#include <boost/lexical_cast.hpp>
#include <boost/unordered_map.hpp>
#include <boost/assign.hpp>
Expand Down

0 comments on commit 692488c

Please sign in to comment.