mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: remove unnecessary includes in example
This commit is contained in:
parent
e36728d1db
commit
c95a89411c
|
@ -5,13 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Progmem/AP_Progmem.h>
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_HAL_Linux/AP_HAL_Linux.h>
|
|
||||||
#include <AP_HAL_Empty/AP_HAL_Empty.h>
|
|
||||||
#include <AP_Math/AP_Math.h>
|
|
||||||
#include <AP_Param/AP_Param.h>
|
|
||||||
#include <StorageManager/StorageManager.h>
|
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue