diff --git a/cobs.c b/cobs.c index bd82ce9..ae04e2f 100644 --- a/cobs.c +++ b/cobs.c @@ -212,7 +212,6 @@ cobs_ret_t cobs_decode_inc_begin(cobs_decode_inc_ctx_t *ctx) { return COBS_RET_SUCCESS; } -#include cobs_ret_t cobs_decode_inc(cobs_decode_inc_ctx_t *ctx, cobs_decode_inc_args_t const *args, size_t *out_src_len,