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
@@ -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>>