mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 21:50:34 +08:00
clang-tidy trivial cleanup
This commit is contained in:
+3
-5
@@ -1,11 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <matrix/math.hpp>
|
||||
#include "test_macros.hpp"
|
||||
|
||||
using namespace matrix;
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
template class Vector<float, 5>;
|
||||
using matrix::Vector;
|
||||
using matrix::isEqualF;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user