mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 10:27:35 +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 EkfInitializationTest : public ::testing::Test {
|
||||
|
||||
Reference in New Issue
Block a user