mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 08:17:34 +08:00
clang-tidy trivial cleanup
This commit is contained in:
+5
-5
@@ -1,10 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <matrix/helper_functions.hpp>
|
||||
#include "test_macros.hpp"
|
||||
#include <matrix/helper_functions.hpp>
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
using matrix::isEqual;
|
||||
using matrix::isEqualF;
|
||||
using matrix::Vector3f;
|
||||
using matrix::wrap_pi;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user