From c47df44f44616ed1210613e43ac84b103f6c1a11 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sat, 15 Aug 2015 19:51:57 -0300 Subject: [PATCH] AP_HAL_VRBRAIN: standardize inclusion of libaries headers Do the missing header changes due to changing the code before the pr getting accepted. --- libraries/AP_HAL_VRBRAIN/UARTDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_VRBRAIN/UARTDriver.cpp b/libraries/AP_HAL_VRBRAIN/UARTDriver.cpp index b34f2c4783..09dffbd3c3 100644 --- a/libraries/AP_HAL_VRBRAIN/UARTDriver.cpp +++ b/libraries/AP_HAL_VRBRAIN/UARTDriver.cpp @@ -16,7 +16,7 @@ #include #include #include -#include "../AP_HAL/utility/RingBuffer.h" +#include using namespace VRBRAIN;