diff --git a/ringbuf.c b/ringbuf.c index 0293f36..c272b01 100644 --- a/ringbuf.c +++ b/ringbuf.c @@ -1,12 +1,13 @@ /* SPDX-License-Identifier: MIT */ -#include -#include -#include +// #include +// #include #include "ringbuf.h" +#include #ifdef DEBUG +#include #define DEBUG_PRINT(fmt, ...) printf(fmt, __VA_ARGS__) #else #define DEBUG_PRINT(fmt, ...)