From a1a0b7b176f6c34c0e644335ff70be3f7421494b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 6 Mar 2017 22:39:31 +0100 Subject: Finalize new directories organization. Change include statements and CMakeLists.txt accordingly to the new layout. Change-Id: Ief0821f7f6636b072cf26c7d8d8fcc16fe43ab01 Signed-off-by: Romain Forlot --- src/can/can-message.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/can/can-message.hpp') diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp index 9f6a36da..b118ce72 100644 --- a/src/can/can-message.hpp +++ b/src/can/can-message.hpp @@ -22,7 +22,7 @@ #include #include -#include "timer.hpp" +#include "utils/timer.hpp" #define CAN_MESSAGE_SIZE 8 -- cgit 1.2.3-korg