From: Bastian Dehn Date: Tue, 24 Feb 2026 16:17:18 +0000 (+0100) Subject: change header import into time format module X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=9dd6e6f146166b6d798070379d5963890b9ce79d;p=feierabend.git change header import into time format module --- 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