diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 13:35:53 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 13:35:53 +1100 |
| commit | 5c0fdfe5e160d7e89434156f2941115329c6e506 (patch) | |
| tree | 511c7c94c2231ed7c665b2b7abbffa7ddf3eeb39 /src | |
| parent | 8544474e40468970a5999d452a8ef79a5229e1cb (diff) | |
fix(common): Remove common.h include
Diffstat (limited to 'src')
| -rw-r--r-- | src/common.c | 1 |
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) | |
