summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 13:35:53 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 13:35:53 +1100
commit5c0fdfe5e160d7e89434156f2941115329c6e506 (patch)
tree511c7c94c2231ed7c665b2b7abbffa7ddf3eeb39 /src
parent8544474e40468970a5999d452a8ef79a5229e1cb (diff)
fix(common): Remove common.h include
Diffstat (limited to 'src')
-rw-r--r--src/common.c1
1 files changed, 0 insertions, 1 deletions
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) |