From 809e12504c16f280e2e8bf1ca5a9a4d53ed0e8ab Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 15 Mar 2017 23:47:21 +0100 Subject: Follow rename operation in CMakeLists.txt Rename has been made with filter-branch using utility git-mv-with-history, so file history follow the rename operation. This is a commit to fix include and CMake file. Change-Id: I8542c7def3143854a2008fa069dd3232f2497394 Signed-off-by: Romain Forlot --- src/utils/openxc-utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/openxc-utils.hpp') diff --git a/src/utils/openxc-utils.hpp b/src/utils/openxc-utils.hpp index f9ccf79..d36b359 100644 --- a/src/utils/openxc-utils.hpp +++ b/src/utils/openxc-utils.hpp @@ -23,7 +23,7 @@ #include #include "openxc.pb.h" -#include "../obd2/active-diagnostic-request.hpp" +#include "../diagnostic/active-diagnostic-request.hpp" openxc_VehicleMessage build_VehicleMessage(active_diagnostic_request_t* request, const DiagnosticResponse& response, float parsed_value); openxc_VehicleMessage build_VehicleMessage(const openxc_SimpleMessage& message); -- cgit 1.2.3-korg