diff options
Diffstat (limited to 'src/can_event_push.cpp')
-rw-r--r-- | src/can_event_push.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/can_event_push.cpp b/src/can_event_push.cpp index d3f4cbd6..bb691182 100644 --- a/src/can_event_push.cpp +++ b/src/can_event_push.cpp @@ -16,16 +16,7 @@ * limitations under the License. */ -#include <linux/can.h> -#include <linux/can/raw.h> -#include <queue> - -#include <afb/afb-binding.h> - -#include "can-utils.h" -#include "openxc-utils.hpp" -#include "openxc.pb.h" -#include "json-c/json.h" +#include "low-can-binding.hpp" void can_event_push(can_bus_t& can_bus) { |