remove unnecessary <cmath> include

This commit is contained in:
Daniel Agar
2019-11-22 11:16:51 -05:00
committed by GitHub
parent 33a2bd0292
commit 362a2dfa08
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -32,7 +32,7 @@
****************************************************************************/
#include <gtest/gtest.h>
#include <cmath>
#include <math.h>
#include "EKF/ekf.h"
class EkfInitializationTest : public ::testing::Test {
+1 -1
View File
@@ -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>>
+1 -1
View File
@@ -32,7 +32,7 @@
****************************************************************************/
#include <gtest/gtest.h>
#include <cmath>
#include <math.h>
#include "EKF/ekf.h"
struct sample {
+1 -1
View File
@@ -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>>
+1 -1
View File
@@ -41,7 +41,7 @@
#pragma once
#include <cmath>
#include <math.h>
#include <stdint.h>
class DataValidator