mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Math: clean up includes a little
This commit is contained in:
parent
2352dd3f12
commit
11dcdc58e0
@ -19,7 +19,6 @@
|
||||
/*
|
||||
* this module deals with calculations involving struct Location
|
||||
*/
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <stdlib.h>
|
||||
#include "AP_Math.h"
|
||||
#include "location.h"
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#include "vector2.h"
|
||||
#include "vector3.h"
|
||||
#include <AP_Common/Location.h>
|
||||
|
Loading…
Reference in New Issue
Block a user