From 8871f8ae696035877afcbb3b089fc06219c2ba3a Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 9 Mar 2017 16:56:56 +0100 Subject: Fix: include statement with wrong path. And minor fixes. Change-Id: Ica55c0708edd86d0aa37e7117b3c3fad551a0167 Signed-off-by: Romain Forlot --- src/can/can-message.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/can/can-message.cpp') diff --git a/src/can/can-message.cpp b/src/can/can-message.cpp index b9a2d1a1..592f5e57 100644 --- a/src/can/can-message.cpp +++ b/src/can/can-message.cpp @@ -15,11 +15,11 @@ * limitations under the License. */ -#include "can/can-message.hpp" +#include "can-message.hpp" #include -#include "low-can-binding.hpp" +#include "../low-can-binding.hpp" /******************************************************************************** * -- cgit 1.2.3-korg