From a1a0b7b176f6c34c0e644335ff70be3f7421494b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 6 Mar 2017 22:39:31 +0100 Subject: Finalize new directories organization. Change include statements and CMakeLists.txt accordingly to the new layout. Change-Id: Ief0821f7f6636b072cf26c7d8d8fcc16fe43ab01 Signed-off-by: Romain Forlot --- src/diagnostic/diagnostic-message.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/diagnostic/diagnostic-message.hpp') diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index a8f21e09..1ee9d961 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -20,8 +20,8 @@ #include #include "uds/uds.h" -#include "can-bus.hpp" -#include "can-message.hpp" +#include "can/can-bus.hpp" +#include "can/can-message.hpp" #include "low-can-binding.hpp" @@ -78,7 +78,7 @@ class obd2_signals_t { public: obd2_signals_t(uint8_t pid, const char* generic_name, const int min_, const int max_, enum UNIT unit, int frequency, bool supported); - void init_diagnostic_shims(can_bus_dev_t& can_bus_dev) + void init_diagnostic_shims(can_bus_dev_t& can_bus_dev); void add_request(int pid); std::vector& get_obd2_signals(); -- cgit 1.2.3-korg