diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-07 23:38:19 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-07 23:38:19 +0200 |
commit | 5206b26e1a6811d142ffbaf12daaea0731345490 (patch) | |
tree | 4c47afb9d10c91eff69808c92ce4e1530b53e880 /CAN-binder/low-can-binding/can/can-signals.hpp | |
parent | 995fc3b8b8e51f0adfa2dac06286ede84f05a43a (diff) |
Cleanup include and prepare to switch binding v2
Change-Id: I032e8ec32c3ff5b2464f2802dd93683752316049
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-signals.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-signals.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CAN-binder/low-can-binding/can/can-signals.hpp b/CAN-binder/low-can-binding/can/can-signals.hpp index d528f6a..a56fc8c 100644 --- a/CAN-binder/low-can-binding/can/can-signals.hpp +++ b/CAN-binder/low-can-binding/can/can-signals.hpp @@ -30,12 +30,6 @@ #include "can-message.hpp" #include "../diagnostic/diagnostic-message.hpp" -extern "C" -{ - #include <afb/afb-binding.h> - #include <afb/afb-event-itf.h> -} - #define MESSAGE_SET_ID 0 class can_signal_t; |