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/diagnostic/diagnostic-message.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/diagnostic/diagnostic-message.hpp') diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index 2c6d4ba6..5ca651c3 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -20,10 +20,10 @@ #include #include "uds/uds.h" -#include "can/can-bus.hpp" -#include "can/can-message.hpp" +#include "../can/can-bus.hpp" +#include "../can/can-message.hpp" -#include "low-can-binding.hpp" +#include "../low-can-binding.hpp" enum UNIT { POURCENT, -- cgit 1.2.3-korg