remove unnecessary headers
parent
9abf6c39c2
commit
0971c75a61
|
|
@ -22,13 +22,6 @@
|
||||||
|
|
||||||
#include <gtsam/base/Testable.h>
|
#include <gtsam/base/Testable.h>
|
||||||
|
|
||||||
#ifdef GTSAM_USE_BOOST_FEATURES
|
|
||||||
#include <boost/concept_check.hpp>
|
|
||||||
#include <boost/concept/requires.hpp>
|
|
||||||
#include <boost/type_traits/is_base_of.hpp>
|
|
||||||
#include <boost/static_assert.hpp>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
|
||||||
|
|
@ -19,16 +19,11 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <gtsam/dllexport.h>
|
|
||||||
#ifdef GTSAM_USE_BOOST_FEATURES
|
|
||||||
#include <boost/concept/assert.hpp>
|
|
||||||
#include <boost/range/concepts.hpp>
|
|
||||||
#endif
|
|
||||||
#include <gtsam/config.h> // for GTSAM_USE_TBB
|
#include <gtsam/config.h> // for GTSAM_USE_TBB
|
||||||
|
#include <gtsam/dllexport.h>
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue