summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-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) |