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 +- src/utils/signals.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/openxc-utils.hpp b/src/utils/openxc-utils.hpp index f9ccf793..d36b359b 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); diff --git a/src/utils/signals.hpp b/src/utils/signals.hpp index f68f5664..e9417569 100644 --- a/src/utils/signals.hpp +++ b/src/utils/signals.hpp @@ -24,7 +24,7 @@ #include "openxc.pb.h" #include "../configuration.hpp" #include "../can/can-signals.hpp" -#include "../obd2/obd2-signals.hpp" +#include "../diagnostic/diagnostic-message.hpp" #include "../low-can-binding.hpp" -- cgit