mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 01:37:35 +08:00
Cleaned up header includes.
This commit is contained in:
+2
-3
@@ -7,9 +7,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Vector.hpp>
|
||||
#include <Dcm.hpp>
|
||||
#include <Quaternion.hpp>
|
||||
|
||||
#include "matrix.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Vector.hpp>
|
||||
#include <Dcm.hpp>
|
||||
#include <Euler.hpp>
|
||||
|
||||
#include "matrix.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "Matrix.hpp"
|
||||
#include "matrix.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "Matrix.hpp"
|
||||
#include "matrix.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Matrix.hpp>
|
||||
#include "matrix.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Vector.hpp>
|
||||
|
||||
#include "matrix.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,5 +7,5 @@
|
||||
#include "Euler.hpp"
|
||||
#include "Dcm.hpp"
|
||||
#include "Scalar.hpp"
|
||||
|
||||
#include "Quaternion.hpp"
|
||||
#include "filter.hpp"
|
||||
|
||||
Reference in New Issue
Block a user