precompiled_header.h: remove chartTesting.h

Not used anywhere and fails to compile with C++20 on MSVC:

gtsam\base\chartTesting.h(42,3): error C3878: syntax error: unexpected token ')' following 'expression_statement'
release/4.3a0
Martin Valgur 2024-10-11 18:04:28 +03:00 committed by Fan Jiang
parent 9a146eb942
commit e6dfa7be99
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
// numericalDerivative.h : includes things in linear, nonlinear :-(
// testLie.h: includes numericalDerivative
#include <gtsam/base/Lie.h>
#include <gtsam/base/chartTesting.h>
#include <gtsam/base/cholesky.h>
#include <gtsam/base/concepts.h>
#include <gtsam/base/ConcurrentMap.h>