From 5206b26e1a6811d142ffbaf12daaea0731345490 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 7 Jun 2017 23:38:19 +0200 Subject: Cleanup include and prepare to switch binding v2 Change-Id: I032e8ec32c3ff5b2464f2802dd93683752316049 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/can/can-bus.cpp | 5 ----- CAN-binder/low-can-binding/can/can-signals.hpp | 6 ------ 2 files changed, 11 deletions(-) (limited to 'CAN-binder/low-can-binding/can') diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index 64b0246..d06eb77 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 -} - /// @brief Class constructor /// /// @param[in] conf_file - handle to the json configuration file. 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 - #include -} - #define MESSAGE_SET_ID 0 class can_signal_t; -- cgit