Skip to content

Commit 5691fc1

Browse files
authored
Merge pull request #1159 from ao-kenji/ao-kenji-fix-localtim_r
localtim_r: delete duplicate includes
2 parents 6b8aca7 + 40bd6e0 commit 5691fc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Library/libs/localtim_r.c

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#include <time.h>
22
#include <string.h>
33

4-
#include <time.h>
5-
#include <string.h>
6-
74
/* Slight duplication here so gmtime doesn't suck in tz and all the rest */
85
#define SECS_PER_DAY 86400
96
#define SECS_PER_HOUR 3600

0 commit comments

Comments
 (0)