From 0895cac1b9eae5c8701ba416eda1f43aa0016921 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 14:24:33 +0200 Subject: Follow the moving binding and configuration files. Change include statement to refer the correct new path to the files. Also change CMakeLists.txt. Change-Id: I66a0bccab02e9fce10072a275a6580d61b4ddfbe Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp') diff --git a/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp b/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp index 7ddf1d5..932edae 100644 --- a/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp +++ b/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.cpp @@ -20,7 +20,7 @@ #include "active-diagnostic-request.hpp" -#include "../configuration.hpp" +#include "../binding/configuration.hpp" #define ERROR_PID 0xFF -- cgit 1.2.3-korg