diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-02 12:58:48 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-02 12:58:48 +0100 |
commit | 6faef2305955b025c3cf1cfaf17a6aa073727c24 (patch) | |
tree | 4dd4ec93f9c1b0a4809338e7320bdd1589b7f80d /low-can-binding/can/can-bus-device.hpp | |
parent | d8d990528ea9746b21788f97be3fdbcc392c5d96 (diff) |
Make low-can use afb-genskel by default
Cleaning header file inclusion
Change-Id: Ic0dd9637ecd491692bd4b8b39e9602e85498c0a9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/can/can-bus-device.hpp')
-rw-r--r-- | low-can-binding/can/can-bus-device.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/low-can-binding/can/can-bus-device.hpp b/low-can-binding/can/can-bus-device.hpp index 0b979b1c..af705515 100644 --- a/low-can-binding/can/can-bus-device.hpp +++ b/low-can-binding/can/can-bus-device.hpp @@ -28,7 +28,6 @@ #include "openxc.pb.h" #include "can-message.hpp" #include "../utils/config-parser.hpp" -#include "../binding/low-can-hat.hpp" #include "../binding/low-can-subscription.hpp" /// @brief A container for a CAN module paried with a certain bus. |