Browse Source

AP_HAL_Linux: remove unnecessary includes in example

mission-4.1.18
Caio Marcelo de Oliveira Filho 9 years ago committed by Andrew Tridgell
parent
commit
c95a89411c
  1. 6
      libraries/AP_HAL_Linux/examples/BusTest/BusTest.cpp

6
libraries/AP_HAL_Linux/examples/BusTest/BusTest.cpp

@ -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…
Cancel
Save