diff options
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-bus.cpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-bus.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index 64b02465..d06eb77c 100644 --- a/CAN-binder/low-can-binding/can/can-bus.cpp +++ b/CAN-binder/low-can-binding/can/can-bus.cpp @@ -33,11 +33,6 @@ #include "../utils/signals.hpp" #include "../utils/openxc-utils.hpp" -extern "C" -{ - #include <afb/afb-binding.h> -} - /// @brief Class constructor /// /// @param[in] conf_file - handle to the json configuration file. |