diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:24:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:28:24 +0200 |
commit | 0895cac1b9eae5c8701ba416eda1f43aa0016921 (patch) | |
tree | e61b7569776de2522de8a206fce379445000cbc4 /CAN-binder/low-can-binding/utils/signals.hpp | |
parent | 9e86564a58a0f9c83edc5bb76fd8ab4c7e7a63ee (diff) |
Follow the moving binding and configuration files.
Change include statement to refer the correct new path to the files.
Also change CMakeLists.txt.
Change-Id: I66a0bccab02e9fce10072a275a6580d61b4ddfbe
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/utils/signals.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/utils/signals.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CAN-binder/low-can-binding/utils/signals.hpp b/CAN-binder/low-can-binding/utils/signals.hpp index 2eae7e94..88b98756 100644 --- a/CAN-binder/low-can-binding/utils/signals.hpp +++ b/CAN-binder/low-can-binding/utils/signals.hpp @@ -22,11 +22,11 @@ #include <fnmatch.h> #include "openxc.pb.h" -#include "../configuration.hpp" +#include "../binding/configuration.hpp" #include "../can/can-signals.hpp" #include "../diagnostic/diagnostic-message.hpp" -#include "../low-can-binding.hpp" +#include "../binding/low-can-binding.hpp" namespace utils { |