diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-06 22:39:31 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:05:17 +0100 |
commit | a1a0b7b176f6c34c0e644335ff70be3f7421494b (patch) | |
tree | 7735cf4de3d4ed8b9df757064c73860fa052fdee /src/can/can-bus.hpp | |
parent | de8fb10e1d8e98a85dfba6fc8966266dbf5e42c6 (diff) |
Finalize new directories organization.
Change include statements and CMakeLists.txt accordingly
to the new layout.
Change-Id: Ief0821f7f6636b072cf26c7d8d8fcc16fe43ab01
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can/can-bus.hpp')
-rw-r--r-- | src/can/can-bus.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/can/can-bus.hpp b/src/can/can-bus.hpp index bc2bb04..bf0bdd3 100644 --- a/src/can/can-bus.hpp +++ b/src/can/can-bus.hpp @@ -23,10 +23,10 @@ #include <linux/can.h> #include <condition_variable> -#include "timer.hpp" #include "openxc.pb.h" -#include "can-signals.hpp" -#include "can-message.hpp" +#include "utils/timer.hpp" +#include "can/can-signals.hpp" +#include "can/can-message.hpp" #include "low-can-binding.hpp" // TODO actual max is 32 but dropped to 24 for memory considerations |