Remove redundant header file lines

This commit is contained in:
Bob Wen 2024-12-31 03:49:41 +00:00 committed by GitHub
parent 0e55734c23
commit c6ad159996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -480,11 +480,6 @@ int qsort_compare(const void *a, const void *b) {
return (diff > 0.0) - (diff < 0.0);
}
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
void adjust_system_time(TIME_T delta) {
#ifdef _WIN32
// Windows specific code