AP_Math: removed unused include in example

This commit is contained in:
Andrew Tridgell 2015-06-01 17:35:03 +10:00
parent 407fbc7261
commit 3edac37929

View File

@ -11,7 +11,6 @@
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_Linux.h>
#include <AP_Vehicle_Type.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;