Remove unused headers
This commit is contained in:
parent
e5006ed262
commit
7833bf73a7
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
// #include <stdlib.h>
|
||||
// #include <string.h>
|
||||
|
||||
#include "ringbuf.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <stdio.h>
|
||||
#define DEBUG_PRINT(fmt, ...) printf(fmt, __VA_ARGS__)
|
||||
#else
|
||||
#define DEBUG_PRINT(fmt, ...)
|
||||
|
|
Loading…
Reference in a new issue