diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-15 23:47:21 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:21:57 +0100 |
commit | 809e12504c16f280e2e8bf1ca5a9a4d53ed0e8ab (patch) | |
tree | d1e824f3e9cb779e6a533f7adb2ad68b634525a9 /src/can | |
parent | 6e4b2f9c0bcdfb3106d9f3b5bdb9316fcdebd9b2 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can')
-rw-r--r-- | src/can/can-bus.hpp | 2 | ||||
-rw-r--r-- | src/can/can-signals.cpp | 2 | ||||
-rw-r--r-- | src/can/can-signals.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/can/can-bus.hpp b/src/can/can-bus.hpp index bedc05ea..13a78305 100644 --- a/src/can/can-bus.hpp +++ b/src/can/can-bus.hpp @@ -29,7 +29,7 @@ #include "can-signals.hpp" #include "can-message.hpp" #include "can-bus-dev.hpp" -#include "../obd2/active-diagnostic-request.hpp" +#include "../diagnostic/active-diagnostic-request.hpp" #include "../low-can-binding.hpp" 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"; diff --git a/src/can/can-signals.hpp b/src/can/can-signals.hpp index 9a07f664..b22bf7a2 100644 --- a/src/can/can-signals.hpp +++ b/src/can/can-signals.hpp @@ -28,7 +28,7 @@ #include "can-bus.hpp" #include "can-message.hpp" #include "can-message-definition.hpp" -#include "../obd2/obd2-signals.hpp" +#include "../diagnostic/diagnostic-message.hpp" extern "C" { |