mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 04:20:35 +08:00
clang-tidy trivial cleanup
This commit is contained in:
+4
-5
@@ -1,11 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include "test_macros.hpp"
|
||||
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
template class SquareMatrix<float, 3>;
|
||||
using matrix::Dcm;
|
||||
using matrix::Euler;
|
||||
using matrix::isEqual;
|
||||
using matrix::Vector3;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user