mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
include: can.h: remove unused include of version.h
This patch remove the include of version.h, as it's not used and also not present in the kernel headers. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
#ifndef CAN_H
|
#ifndef CAN_H
|
||||||
#define CAN_H
|
#define CAN_H
|
||||||
|
|
||||||
#include <linux/version.h>
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/socket.h>
|
#include <linux/socket.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user