AP_HAL_Linux: remove unnecessary includes in example

This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-10-20 10:31:27 -02:00 committed by Andrew Tridgell
parent e36728d1db
commit c95a89411c
1 changed files with 0 additions and 6 deletions

View File

@ -5,13 +5,7 @@
//
#include <AP_Common/AP_Common.h>
#include <AP_Progmem/AP_Progmem.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();