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/can/can-signals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/can/can-signals.cpp') diff --git a/src/can/can-signals.cpp b/src/can/can-signals.cpp index 41949fce..0dcc6297 100644 --- a/src/can/can-signals.cpp +++ b/src/can/can-signals.cpp @@ -22,7 +22,7 @@ #include "../configuration.hpp" #include "../utils/signals.hpp" #include "can-decoder.hpp" -#include "../obd2/obd2-signals.hpp" +#include "../diagnostic/diagnostic-message.hpp" #include "../low-can-binding.hpp" std::string can_signal_t::prefix_ = "messages"; -- cgit 1.2.3-korg