AP_Math: clean up includes a little

This commit is contained in:
Peter Barker 2019-04-12 09:55:47 +10:00 committed by Andrew Tridgell
parent 2352dd3f12
commit 11dcdc58e0
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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>