From 70f7b83a43c22c3604f0a075a1acc9d6dd4bdc6c Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 7 Nov 2022 18:41:30 +0800 Subject: [PATCH] remove: redundant header file --- src/common/sundry.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/sundry.c b/src/common/sundry.c index 6efb5d5..a203505 100644 --- a/src/common/sundry.c +++ b/src/common/sundry.c @@ -6,8 +6,6 @@ #include #include #include -#include -#include #include "logger.h" #include "constant.h" #include "structure.h"