diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-11 01:13:07 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-11 01:13:07 +0200 |
commit | c05bff0624d853be52c7ff6d65209c776f8b504e (patch) | |
tree | 3185a605c4ba85f18d0f7fb2dfaa16809d8058ff /CAN-binder/low-can-binding/can/can-message.hpp | |
parent | 6222973c39ee02ad52a5d0b4b400024157ff2eeb (diff) |
Resolv include circular dependencies.
Change-Id: I038677d688c64e87ae86dd2af245f87f5c40e317
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-message.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-message.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-message.hpp b/CAN-binder/low-can-binding/can/can-message.hpp index a7c7452..954fdc3 100644 --- a/CAN-binder/low-can-binding/can/can-message.hpp +++ b/CAN-binder/low-can-binding/can/can-message.hpp @@ -23,7 +23,6 @@ #include <linux/can.h> #include "../utils/timer.hpp" -#include "can-message-set.hpp" #define CAN_MESSAGE_SIZE 8 |