mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-23 00:21:14 +02:00
clang-tidy: sort includes alphabetically
Found with llvm-include-order Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+5
-5
@@ -45,12 +45,12 @@
|
||||
*/
|
||||
|
||||
#include "canframelen.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* Functions and types for CRC checks.
|
||||
|
||||
Reference in New Issue
Block a user