From 9dd6e6f146166b6d798070379d5963890b9ce79d Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 24 Feb 2026 17:17:18 +0100 Subject: [PATCH] change header import into time format module --- src/time_format.c | 1 + src/time_format.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time_format.c b/src/time_format.c index ac78b43..d0c15d6 100644 --- a/src/time_format.c +++ b/src/time_format.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "time_format.h" #define ONE_HOUR 3600 diff --git a/src/time_format.h b/src/time_format.h index e6249bb..0bc5fff 100644 --- a/src/time_format.h +++ b/src/time_format.h @@ -1,6 +1,5 @@ #ifndef TIME_FORMAT_H #define TIME_FORMAT_H -#include #include #include -- 2.47.3