removed unecessary header from log.h

This commit is contained in:
Sven Vogel 2024-04-17 16:06:53 +02:00
parent 82f576adf8
commit f61317b123
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#define _SYS_ERR_H_
#include <stdio.h>
#include <sys/cdefs.h>
#include <string.h>
#define LOG_DEFAULT_STREAM stderr