From c6ad159996fcff96adb68a416ebbad67fe2760f6 Mon Sep 17 00:00:00 2001 From: Bob Wen Date: Tue, 31 Dec 2024 03:49:41 +0000 Subject: [PATCH] Remove redundant header file lines --- htpdate.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htpdate.c b/htpdate.c index de999d6..662e0a1 100644 --- a/htpdate.c +++ b/htpdate.c @@ -480,11 +480,6 @@ int qsort_compare(const void *a, const void *b) { return (diff > 0.0) - (diff < 0.0); } -#include -#include -#include -#include - void adjust_system_time(TIME_T delta) { #ifdef _WIN32 // Windows specific code