Skip to content

Commit

Permalink
localtim_r: delete duplicate includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-kenji committed Feb 7, 2025
1 parent 6b8aca7 commit 40bd6e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Library/libs/localtim_r.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#include <time.h>
#include <string.h>

#include <time.h>
#include <string.h>

/* Slight duplication here so gmtime doesn't suck in tz and all the rest */
#define SECS_PER_DAY 86400
#define SECS_PER_HOUR 3600
Expand Down

0 comments on commit 40bd6e0

Please sign in to comment.