AP_HAL_VRBRAIN: standardize inclusion of libaries headers

Do the missing header changes due to changing the code before the pr
getting accepted.
This commit is contained in:
Lucas De Marchi 2015-08-15 19:51:57 -03:00 committed by Andrew Tridgell
parent ffa37e6de2
commit c47df44f44
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include <termios.h>
#include <drivers/drv_hrt.h>
#include <assert.h>
#include "../AP_HAL/utility/RingBuffer.h"
#include <AP_HAL/utility/RingBuffer.h>
using namespace VRBRAIN;