From f61317b1236530f5f32c225a4a5142b04d479748 Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 17 Apr 2024 16:06:53 +0200 Subject: [PATCH] removed unecessary header from log.h --- src/sys/log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sys/log.h b/src/sys/log.h index 7e81d92..691a38e 100644 --- a/src/sys/log.h +++ b/src/sys/log.h @@ -2,7 +2,6 @@ #define _SYS_ERR_H_ #include -#include #include #define LOG_DEFAULT_STREAM stderr