logo

utils-std

Collection of commonly available Unix tools
commit: 6e35702085fd059b6ce5849a5771193085275073
parent 71d3de59c8d6274d2fc43156c077dcb998c1fede
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  7 Jun 2024 13:09:37 +0200

cmd/date: include locale.h only once

Diffstat:

Mcmd/date.c1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/date.c b/cmd/date.c @@ -8,7 +8,6 @@ #include "../lib/iso_parse.h" /* iso_parse */ #include <errno.h> /* errno */ -#include <locale.h> /* setlocale */ #include <locale.h> /* setlocale() */ #include <stdio.h> /* BUFSIZ, perror(), puts() */ #include <stdlib.h> /* exit(), strtol() */