mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 03:07:36 +08:00
remove unnecessary <cmath> include
This commit is contained in:
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user