mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 14:14:06 +08:00
remove unnecessary <cmath> include
This commit is contained in:
parent
33a2bd0292
commit
362a2dfa08
2
ecl.h
2
ecl.h
@ -96,5 +96,5 @@ using ecl_abstime = uint64_t;
|
||||
|
||||
#endif /* PX4_POSIX || PX4_NUTTX */
|
||||
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#define ISFINITE(x) __builtin_isfinite(x)
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#include "EKF/ekf.h"
|
||||
|
||||
class EkfInitializationTest : public ::testing::Test {
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#include "EKF/ekf.h"
|
||||
|
||||
class EkfSamplingTestParametrized : public ::testing::TestWithParam<std::tuple<float,float>>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#include "EKF/ekf.h"
|
||||
|
||||
struct sample {
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#include "EKF/ekf.h"
|
||||
|
||||
class EkfImuSamplingTestParametrized : public ::testing::TestWithParam<std::tuple<float,float>>
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class DataValidator
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user