clang-tidy: sort includes alphabetically

Found with llvm-include-order

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-10-12 23:28:58 -07:00
parent 3e85fc5422
commit b153fe3f35
30 changed files with 203 additions and 203 deletions
+5 -5
View File
@@ -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.