From 5c0fdfe5e160d7e89434156f2941115329c6e506 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 13:35:53 +1100 Subject: fix(common): Remove common.h include --- src/common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/common.c b/src/common.c index 8f14935..e52a98b 100644 --- a/src/common.c +++ b/src/common.c @@ -1,5 +1,4 @@ #include "tinyff/common.h" -#include "common.h" inline uint32_t get_big_endian(const uint8_t *buffer) { return (uint32_t)(buffer[0] << 24) | -- cgit v1.2.3